Function cogl_sys::cogl_vertex_buffer_add[][src]

pub unsafe extern "C" fn cogl_vertex_buffer_add(
    handle: CoglHandle,
    attribute_name: *const c_char,
    n_components: u8,
    type_: CoglAttributeType,
    normalized: CoglBool,
    stride: u16,
    pointer: *mut c_void
)