|
My Project
|
vertex element More...
#include <VertexDeclarationOpenGL.h>
Public Member Functions | |
| CVertexDeclaration (const VertexElement *elems) | |
| array of elements that ends with D3DDECL_END | |
| virtual void | Release () |
| void | ApplyAttribute (const void *pVertexStreamZeroData=0) |
| void | EnableAttribute () |
| void | SetVertexElement (const VertexElement *elems) |
| array of elements that ends with D3DDECL_END | |
Protected Attributes | |
| std::vector< VertexElement > | m_elements |
| uint32 | m_nSize |
| uint32 | m_dwAttributes |
| GLuint | m_vao |
vertex element
1.8.12