Function raylib_sys::rlSetVertexAttribute

source ยท
pub unsafe extern "C" fn rlSetVertexAttribute(
    index: c_uint,
    compSize: c_int,
    type_: c_int,
    normalized: bool,
    stride: c_int,
    pointer: *const c_void
)