logo
pub fn vertex_attrib_ipointer<T>(
    index: u32,
    size: i32,
    type_: u32,
    stride: i32,
    buffer: &[T]
)