FreeWRL / FreeX3D 4.3.0
draw_call_params Struct Reference

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
 
      ushort *   elements_indices
 
   }   elements
 
}; 
 

Detailed Description

Definition at line 71 of file RenderFuncs.c.

Field Documentation

◆ arrays_count

int draw_call_params::arrays_count

Definition at line 76 of file RenderFuncs.c.

◆ arrays_first

int draw_call_params::arrays_first

Definition at line 77 of file RenderFuncs.c.

◆ arrays_mode

int draw_call_params::arrays_mode

Definition at line 75 of file RenderFuncs.c.

◆ calltype

int draw_call_params::calltype

Definition at line 72 of file RenderFuncs.c.

◆ elements_count

int draw_call_params::elements_count

Definition at line 81 of file RenderFuncs.c.

◆ elements_indices

ushort* draw_call_params::elements_indices

Definition at line 83 of file RenderFuncs.c.

◆ elements_mode

int draw_call_params::elements_mode

Definition at line 80 of file RenderFuncs.c.


The documentation for this struct was generated from the following file: