1#ifndef ULT_RENDERER_VERTEX_DESCRIPTOR_H_INCLUDED
2#define ULT_RENDERER_VERTEX_DESCRIPTOR_H_INCLUDED
46 std::vector<VertexElement> mElements;
bool AddElement(ElementType type)
Definition VertexDescriptor.cpp:17
void Clear()
Definition VertexDescriptor.cpp:11
int GetStride() const
Definition VertexDescriptor.cpp:80
VertexElement GetElement(int index)
Definition VertexDescriptor.cpp:66
int GetTotalElements()
Definition VertexDescriptor.cpp:75
VertexDescriptor()
Definition VertexDescriptor.cpp:6
Definition VertexElement.h:15
ElementType
Definition ElementType.h:9