|
Hymn to Beauty
C++ 3D Engine
|
Describes how a vertex buffer is accessed by a shader. More...
#include <VertexDescription.hpp>
Classes | |
| struct | Attribute |
| Describes an attribute used in a vertex shader. More... | |
Public Types | |
| enum class | AttributeType { UNSIGNED_BYTE , INT , FLOAT } |
| The type of a vertex attribute. More... | |
Public Member Functions | |
| VertexDescription () | |
| Create a new vertex description. More... | |
| virtual | ~VertexDescription () |
| Destructor. More... | |
Describes how a vertex buffer is accessed by a shader.
|
strong |
|
inline |
Create a new vertex description.
|
inlinevirtual |
Destructor.