FreeWRL / FreeX3D 4.3.0
|
Data Fields | |
int | calltype |
union { | |
struct arrays { | |
int arrays_mode | |
int arrays_count | |
int arrays_first | |
} arrays | |
struct elements { | |
int elements_mode | |
int elements_count | |
GLenum elements_type | |
void * elements_indices | |
} elements | |
}; |
Definition at line 71 of file RenderFuncs.c.
int draw_call_params::arrays_count |
Definition at line 76 of file RenderFuncs.c.
int draw_call_params::arrays_first |
Definition at line 77 of file RenderFuncs.c.
int draw_call_params::arrays_mode |
Definition at line 75 of file RenderFuncs.c.
int draw_call_params::calltype |
Definition at line 72 of file RenderFuncs.c.
int draw_call_params::elements_count |
Definition at line 81 of file RenderFuncs.c.
void* draw_call_params::elements_indices |
Definition at line 83 of file RenderFuncs.c.
int draw_call_params::elements_mode |
Definition at line 80 of file RenderFuncs.c.
GLenum draw_call_params::elements_type |
Definition at line 82 of file RenderFuncs.c.