Function psp::sys::sceGumDrawSpline

source ·
#[no_mangle]
pub unsafe extern "C" fn sceGumDrawSpline(
    v_type: VertexType,
    u_count: i32,
    v_count: i32,
    u_edge: i32,
    v_edge: i32,
    indices: *const c_void,
    vertices: *const c_void
)