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

glVertexAttribIPointer(index, size, type_, stride, pointer) type_ group: VertexAttribIType pointer len: COMPSIZE(size,type,stride)