def _create(self): """ Create attribute on GPU (get handle) """ self._handle = gl.glGetAttribLocation(self._program.handle, self.name)