コード例 #1
0
ファイル: variable.py プロジェクト: Pandinosaurus/glumpy
    def _create(self):
        """ Create attribute on GPU (get handle) """

        self._handle = gl.glGetAttribLocation(self._program.handle, self.name)
コード例 #2
0
ファイル: variable.py プロジェクト: glumpy/glumpy
    def _create(self):
        """ Create attribute on GPU (get handle) """

        self._handle = gl.glGetAttribLocation(self._program.handle, self.name)