core  array_cache  math  swrast  swrast_setup  tnl  tnl_dd 
Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

gl_client_array Struct Reference

Client vertex array attributes. More...

#include <mtypes.h>


Data Fields

GLint Size
GLenum Type
GLsizei Stride
 user-specified stride. More...

GLsizei StrideB
 actual stride in bytes. More...

const GLubyte * Ptr
GLuint Enabled
 one of the _NEW_ARRAY_ bits. More...

GLboolean Normalized
 GL_ARB_vertex_buffer_object. More...

gl_buffer_objectBufferObj
GLuint _MaxElement
GLuint Flags


Detailed Description

Client vertex array attributes.


Field Documentation

GLuint gl_client_array::_MaxElement
 

struct gl_buffer_object* gl_client_array::BufferObj
 

GLuint gl_client_array::Enabled
 

one of the _NEW_ARRAY_ bits.

GLuint gl_client_array::Flags
 

GLboolean gl_client_array::Normalized
 

GL_ARB_vertex_buffer_object.

const GLubyte* gl_client_array::Ptr
 

GLint gl_client_array::Size
 

GLsizei gl_client_array::Stride
 

user-specified stride.

GLsizei gl_client_array::StrideB
 

actual stride in bytes.

GLenum gl_client_array::Type
 


The documentation for this struct was generated from the following file:
Generated on Sun May 16 15:55:13 2004 for Mesa Core by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001