Function psp::sys::sceGuDrawBezier

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

Draw bezier surface

§Parameters

  • vtype: Vertex type
  • ucount: Number of vertices used in the U direction
  • vcount: Number of vertices used in the V direction
  • indices: Pointer to index buffer
  • vertices: Pointer to vertex buffer