glVertexArrayAttribFormat

Function glVertexArrayAttribFormat 

Source
pub unsafe extern "C" fn glVertexArrayAttribFormat(
    vaobj: GLuint,
    attribindex: GLuint,
    size: GLint,
    type_: GLenum,
    normalized: GLboolean,
    relativeoffset: GLuint,
)