Function psp::sys::sceGumDrawArray

source ·
#[no_mangle]
pub unsafe extern "C" fn sceGumDrawArray(
    prim: GuPrimitive,
    v_type: VertexType,
    count: i32,
    indices: *const c_void,
    vertices: *const c_void
)