Pyrogenesis
13997
|
#include <VertexArray.h>
Public Member Functions | |
Attribute () | |
template<typename T > | |
VertexArrayIterator< T > | GetIterator () const |
template<> | |
VertexArrayIterator< CVector3D > | GetIterator () const |
template<> | |
VertexArrayIterator< CVector4D > | GetIterator () const |
template<> | |
VertexArrayIterator< float[2]> | GetIterator () const |
template<> | |
VertexArrayIterator< SColor3ub > | GetIterator () const |
template<> | |
VertexArrayIterator< SColor4ub > | GetIterator () const |
template<> | |
VertexArrayIterator< u16 > | GetIterator () const |
template<> | |
VertexArrayIterator< u16[2]> | GetIterator () const |
template<> | |
VertexArrayIterator< u8 > | GetIterator () const |
template<> | |
VertexArrayIterator< u8[4]> | GetIterator () const |
template<> | |
VertexArrayIterator< short > | GetIterator () const |
template<> | |
VertexArrayIterator< short[2]> | GetIterator () const |
Public Attributes | |
GLenum | type |
GLuint | elems |
size_t | offset |
VertexArray * | vertexArray |
Definition at line 135 of file VertexArray.h.
|
inline |
Definition at line 147 of file VertexArray.h.
VertexArrayIterator<CVector3D> VertexArray::Attribute::GetIterator | ( | ) | const |
Definition at line 94 of file VertexArray.cpp.
VertexArrayIterator<short[2]> VertexArray::Attribute::GetIterator | ( | ) | const |
Definition at line 194 of file VertexArray.cpp.
VertexArrayIterator<short> VertexArray::Attribute::GetIterator | ( | ) | const |
Definition at line 184 of file VertexArray.cpp.
VertexArrayIterator<u8[4]> VertexArray::Attribute::GetIterator | ( | ) | const |
Definition at line 174 of file VertexArray.cpp.
VertexArrayIterator<u8> VertexArray::Attribute::GetIterator | ( | ) | const |
Definition at line 164 of file VertexArray.cpp.
VertexArrayIterator<float[2]> VertexArray::Attribute::GetIterator | ( | ) | const |
Definition at line 114 of file VertexArray.cpp.
VertexArrayIterator<u16> VertexArray::Attribute::GetIterator | ( | ) | const |
Definition at line 144 of file VertexArray.cpp.
VertexArrayIterator<SColor4ub> VertexArray::Attribute::GetIterator | ( | ) | const |
Definition at line 134 of file VertexArray.cpp.
VertexArrayIterator<SColor3ub> VertexArray::Attribute::GetIterator | ( | ) | const |
Definition at line 124 of file VertexArray.cpp.
VertexArrayIterator<u16[2]> VertexArray::Attribute::GetIterator | ( | ) | const |
Definition at line 154 of file VertexArray.cpp.
VertexArrayIterator<CVector4D> VertexArray::Attribute::GetIterator | ( | ) | const |
Definition at line 104 of file VertexArray.cpp.
VertexArrayIterator<T> VertexArray::Attribute::GetIterator | ( | ) | const |
GLuint VertexArray::Attribute::elems |
Definition at line 140 of file VertexArray.h.
size_t VertexArray::Attribute::offset |
Definition at line 143 of file VertexArray.h.
GLenum VertexArray::Attribute::type |
Definition at line 138 of file VertexArray.h.
VertexArray* VertexArray::Attribute::vertexArray |
Definition at line 145 of file VertexArray.h.