Go to the documentation of this file.
14 #if defined(__cplusplus)
22 void sceGumDrawBezier(
int vtype,
int ucount,
int vcount,
const void* indices,
const void* vertices);
23 void sceGumDrawSpline(
int vtype,
int ucount,
int vcount,
int uedge,
int vedge,
const void* indices,
const void* vertices);
69 void sceGumOrtho(
float left,
float right,
float bottom,
float top,
float near,
float far);
204 void gumOrtho(
ScePspFMatrix4* m,
float left,
float right,
float bottom,
float top,
float near,
float far);
232 #if defined(__cplusplus)