Function VertexPointer

Source
pub unsafe fn VertexPointer(
    size: GLint,
    type_: GLenum,
    stride: GLsizei,
    pointer: *const c_void,
)