|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <vb.h>

Public Attributes | |
| GLfloat | Obj [VB_SIZE][4] |
| GLfloat | Eye [VB_SIZE][4] |
| GLfloat | Clip [VB_SIZE][4] |
| GLfloat | Win [VB_SIZE][3] |
| GLfloat | Normal [VB_SIZE][3] |
| GLubyte | Fcolor [VB_SIZE][4] |
| GLubyte | Bcolor [VB_SIZE][4] |
| GLubyte(* | Color )[4] |
| GLuint | Findex [VB_SIZE] |
| GLuint | Bindex [VB_SIZE] |
| GLuint * | Index |
| GLboolean | Edgeflag [VB_SIZE] |
| GLfloat | TexCoord [VB_SIZE][4] |
| GLubyte | ClipMask [VB_SIZE] |
| GLubyte | ClipOrMask |
| GLubyte | ClipAndMask |
| GLuint | Start |
| GLuint | Count |
| GLuint | Free |
| GLuint | VertexSizeMask |
| GLuint | TexCoordSize |
| GLboolean | MonoColor |
| GLboolean | MonoNormal |
| GLboolean | MonoMaterial |
| GLuint | MaterialMask [VB_SIZE] |
| struct gl_material | Material [VB_SIZE][2] |
Definition at line 108 of file vb.h.
Referenced by copy_vertex().
Definition at line 112 of file vb.h.
Referenced by copy_vertex().
Definition at line 102 of file vb.h.
Referenced by copy_vertex().
| GLubyte vertex_buffer::ClipAndMask |
Definition at line 121 of file vb.h.
Referenced by gl_alloc_vb().
Definition at line 119 of file vb.h.
Referenced by copy_vertex(), and gl_alloc_vb().
| GLubyte vertex_buffer::ClipOrMask |
Definition at line 120 of file vb.h.
Referenced by gl_alloc_vb().
Definition at line 115 of file vb.h.
Referenced by copy_vertex().
Definition at line 101 of file vb.h.
Referenced by copy_vertex().
Definition at line 107 of file vb.h.
Referenced by copy_vertex().
Definition at line 111 of file vb.h.
Referenced by copy_vertex().
| struct gl_material vertex_buffer::Material[VB_SIZE][2] |
Definition at line 135 of file vb.h.
Referenced by copy_vertex().
Definition at line 134 of file vb.h.
Referenced by copy_vertex(), and gl_alloc_vb().
| GLboolean vertex_buffer::MonoColor |
Definition at line 129 of file vb.h.
Referenced by gl_alloc_vb().
| GLboolean vertex_buffer::MonoMaterial |
Definition at line 131 of file vb.h.
Referenced by gl_alloc_vb().
| GLboolean vertex_buffer::MonoNormal |
Definition at line 130 of file vb.h.
Referenced by gl_alloc_vb().
Definition at line 100 of file vb.h.
Referenced by gl_alloc_vb().
Definition at line 117 of file vb.h.
Referenced by copy_vertex(), and gl_alloc_vb().
| GLuint vertex_buffer::TexCoordSize |
Definition at line 128 of file vb.h.
Referenced by gl_alloc_vb().
| GLuint vertex_buffer::VertexSizeMask |
Definition at line 127 of file vb.h.
Referenced by gl_alloc_vb().
Definition at line 103 of file vb.h.
Referenced by copy_vertex(), and polygon_area().