vbuf_stage Struct Reference

Vertex buffer emit stage. More...

Collaboration diagram for vbuf_stage:

Collaboration graph
[legend]

Data Fields

struct draw_stage stage
 This must be first (base class).
struct vbuf_renderrender
struct vertex_infovinfo
unsigned vertex_size
 Vertex size in bytes.
struct translatetranslate
unsigned * vertices
 Vertices in hardware format.
unsigned * vertex_ptr
unsigned max_vertices
unsigned nr_vertices
ushortindices
 Indices.
unsigned max_indices
unsigned nr_indices
float point_size
struct translate_cachecache

Detailed Description

Vertex buffer emit stage.

Definition at line 52 of file draw_pipe_vbuf.c.


Field Documentation

struct draw_stage vbuf_stage::stage [read]

This must be first (base class).

Definition at line 53 of file draw_pipe_vbuf.c.

struct vbuf_render* vbuf_stage::render [read]

Definition at line 55 of file draw_pipe_vbuf.c.

struct vertex_info* vbuf_stage::vinfo [read]

Definition at line 57 of file draw_pipe_vbuf.c.

unsigned vbuf_stage::vertex_size

Vertex size in bytes.

Definition at line 60 of file draw_pipe_vbuf.c.

struct translate* vbuf_stage::translate [read]

Definition at line 62 of file draw_pipe_vbuf.c.

unsigned* vbuf_stage::vertices

Vertices in hardware format.

Definition at line 67 of file draw_pipe_vbuf.c.

unsigned* vbuf_stage::vertex_ptr

Definition at line 68 of file draw_pipe_vbuf.c.

unsigned vbuf_stage::max_vertices

Definition at line 69 of file draw_pipe_vbuf.c.

unsigned vbuf_stage::nr_vertices

Definition at line 70 of file draw_pipe_vbuf.c.

ushort* vbuf_stage::indices

Indices.

Definition at line 73 of file draw_pipe_vbuf.c.

unsigned vbuf_stage::max_indices

Definition at line 74 of file draw_pipe_vbuf.c.

unsigned vbuf_stage::nr_indices

Definition at line 75 of file draw_pipe_vbuf.c.

float vbuf_stage::point_size

Definition at line 79 of file draw_pipe_vbuf.c.

struct translate_cache* vbuf_stage::cache [read]

Definition at line 81 of file draw_pipe_vbuf.c.


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