|
Hymn to Beauty
C++ 3D Engine
|
Describes an attribute used in a vertex shader. More...
#include <VertexDescription.hpp>
Public Attributes | |
| unsigned int | size |
| The number of components in the attribute. More... | |
| AttributeType | type |
| The type of each component in the attribute. More... | |
| bool | normalized |
| Whether the values should be normalized when accessed. More... | |
Describes an attribute used in a vertex shader.
| bool Video::VertexDescription::Attribute::normalized |
Whether the values should be normalized when accessed.
| unsigned int Video::VertexDescription::Attribute::size |
The number of components in the attribute.
| AttributeType Video::VertexDescription::Attribute::type |
The type of each component in the attribute.