#import <CC3OpenGL.h>
Protected Attributes | |
GLint | elementSize |
GLenum | elementType |
GLenum | glName |
BOOL | isEnabled: 1 |
BOOL | isEnabledKnown: 1 |
BOOL | isKnown: 1 |
GLenum | semantic |
BOOL | shouldNormalize: 1 |
GLsizei | vertexStride |
GLvoid * | vertices |
BOOL | wasBound: 1 |
GL state tracking for vertex attributes.
|
protected |
The number of elements in each vertex.
|
protected |
The data type of each element.
|
protected |
The GL content name, used to enable a vertex array under OGLES 1.1.
|
protected |
Indicates whether these attributes are enabled in the GL engine.
|
protected |
Indicates whether it is known if these attributes are enabled in the GL engine.
|
protected |
Indicates whether the GL state value are known.
|
protected |
The Cocos3D semantic of this content array, under OGLES 1.1.
|
protected |
Indicates whether the vertex content should be normalized by the GL engine.
|
protected |
The stride in bytes between vertices.
|
protected |
A pointer to the vertex content.
|
protected |
Indicates whether the attributes have been bound to the GL engine.