Function glVertexAttribFormat

Source
pub fn glVertexAttribFormat(
    vao: u32,
    buf: u32,
    idx: u32,
    size: u32,
    typ: GLenum,
    normalized: GLbool,
    stride: u32,
    offset: u32,
    t_size: u32,
)