cell_command_render Struct Reference


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

Detailed Description

Definition at line 219 of file common.h.


Field Documentation

uint64_t cell_command_render::opcode

CELL_CMD_RENDER.

Definition at line 221 of file common.h.

uint cell_command_render::prim_type

PIPE_PRIM_x.

Definition at line 222 of file common.h.

uint cell_command_render::num_verts

Definition at line 223 of file common.h.

uint cell_command_render::vertex_size

bytes per vertex

Definition at line 224 of file common.h.

uint cell_command_render::num_indexes

Definition at line 225 of file common.h.

uint cell_command_render::vertex_buf

which cell->buffer[] contains the vertex data

Definition at line 226 of file common.h.

float cell_command_render::xmin

Definition at line 227 of file common.h.

float cell_command_render::ymin

Definition at line 227 of file common.h.

float cell_command_render::xmax

Definition at line 227 of file common.h.

float cell_command_render::ymax

Definition at line 227 of file common.h.

uint cell_command_render::min_index

Definition at line 228 of file common.h.

boolean cell_command_render::inline_verts

Definition at line 229 of file common.h.


The documentation for this struct was generated from the following file:
Generated on Tue Sep 29 06:25:59 2009 for Gallium3D by  doxygen 1.5.4