Esempio n. 1
0
 def unbind(self):
     glBindBuffer(self.target, 0)
Esempio n. 2
0
 def unbind(self):
     glBindBuffer(self.target, 0)
Esempio n. 3
0
 def bind(self):
     glBindBuffer(self.target, self.handle)
Esempio n. 4
0
 def bind(self):
     glBindBuffer(self.target, self.handle)