Citro3d
|
#include "internal.h"
Go to the source code of this file.
Functions | |
void | C3D_ImmDrawBegin (GPU_Primitive_t primitive) |
void | C3D_ImmSendAttrib (float x, float y, float z, float w) |
void | C3D_ImmDrawEnd (void) |
void C3D_ImmDrawBegin | ( | GPU_Primitive_t | primitive | ) |
Definition at line 3 of file immediate.c.
void C3D_ImmDrawEnd | ( | void | ) |
Definition at line 57 of file immediate.c.
void C3D_ImmSendAttrib | ( | float | x, |
float | y, | ||
float | z, | ||
float | w | ||
) |
Definition at line 28 of file immediate.c.