logo
pub unsafe fn glVertexAttribPointer(
    index: GLuint,
    size: GLint,
    type_: GLenum,
    normalized: GLboolean,
    stride: GLsizei,
    pointer: *const c_void
)
Expand description

glVertexAttribPointer(index, size, type_, normalized, stride, pointer) type_ group: VertexAttribPointerType pointer len: COMPSIZE(size,type,stride)