Пример #1
0
def glVertexAttribLPointer(idx, components, type, normalized, stride, offset):
	GL.glVertexAttribLPointer(idx, components, type, stride, offset)