Vertex pool description. More...
#include <VertexPool.h>
Public Attributes | |
| const char * | Name = nullptr |
| Pool name. | |
| const VertexPoolElementDesc * | pElements = nullptr |
| A pointer to the array of pool elements. | |
| Uint32 | NumElements = 0 |
| The number of elements. | |
| Uint32 | VertexCount = 0 |
| The number of vertices in the pool. | |
Vertex pool description.