Function allegro_primitives_sys::allegro_primitives::al_draw_indexed_prim [−][src]
pub unsafe extern "C" fn al_draw_indexed_prim(
vtxs: *const c_void,
decl: *const ALLEGRO_VERTEX_DECL,
texture: *mut ALLEGRO_BITMAP,
indices: *const c_int,
num_vtx: c_int,
_type: c_int
) -> c_int