Data Fields | |
uint64_t | opcode |
CELL_CMD_RENDER. | |
uint | prim_type |
PIPE_PRIM_x. | |
uint | num_verts |
uint | vertex_size |
bytes per vertex | |
uint | num_indexes |
uint | vertex_buf |
which cell->buffer[] contains the vertex data | |
float | xmin |
float | ymin |
float | xmax |
float | ymax |
uint | min_index |
boolean | inline_verts |
Definition at line 219 of file common.h.
uint64_t cell_command_render::opcode |