コード例 #1
0
ファイル: buffer.py プロジェクト: AllTheWayDown/turgles
 def unbind(self):
     """Same for all buffer types"""
     glBindBuffer(self.array_type, 0)
コード例 #2
0
ファイル: buffer.py プロジェクト: AllTheWayDown/turgles
 def unbind(self):
     """Same for all buffer types"""
     glBindBuffer(self.array_type, 0)
コード例 #3
0
ファイル: buffer.py プロジェクト: AllTheWayDown/turgles
 def bind(self):
     glBindBuffer(self.array_type, self.id)
コード例 #4
0
ファイル: buffer.py プロジェクト: AllTheWayDown/turgles
 def bind(self):
     glBindBuffer(self.array_type, self.id)