Description
Variables
| const Util::StringIdentifier | POSITION |
| const Util::StringIdentifier | NORMAL |
| const Util::StringIdentifier | COLOR |
| const Util::StringIdentifier | TANGENT |
| const Util::StringIdentifier | TEXCOORD0 |
| const Util::StringIdentifier | TEXCOORD1 |
| const Util::StringIdentifier | TEXCOORD2 |
| const Util::StringIdentifier | TEXCOORD3 |
| const Util::StringIdentifier | TEXCOORD4 |
| const Util::StringIdentifier | TEXCOORD5 |
| const Util::StringIdentifier | TEXCOORD6 |
| const Util::StringIdentifier | TEXCOORD7 |
Functions
| Util::StringIdentifier | getTextureCoordinateIdentifier(uint_fast8_t textureUnit) Helper function to access the texture coordinate identifiers TEXCOORD0 to TEXCOORD7 by a variable. |
Documentation
variable
Rendering::VertexAttributeIds::POSITION
| public |
| const Util::StringIdentifier POSITION |
Defined in Rendering/Mesh/VertexAttributeIds.h:22
variable
Rendering::VertexAttributeIds::NORMAL
| public |
| const Util::StringIdentifier NORMAL |
Defined in Rendering/Mesh/VertexAttributeIds.h:23
variable
Rendering::VertexAttributeIds::COLOR
| public |
| const Util::StringIdentifier COLOR |
Defined in Rendering/Mesh/VertexAttributeIds.h:24
variable
Rendering::VertexAttributeIds::TANGENT
| public |
| const Util::StringIdentifier TANGENT |
Defined in Rendering/Mesh/VertexAttributeIds.h:25
variable
Rendering::VertexAttributeIds::TEXCOORD0
| public |
| const Util::StringIdentifier TEXCOORD0 |
Defined in Rendering/Mesh/VertexAttributeIds.h:26
variable
Rendering::VertexAttributeIds::TEXCOORD1
| public |
| const Util::StringIdentifier TEXCOORD1 |
Defined in Rendering/Mesh/VertexAttributeIds.h:27
variable
Rendering::VertexAttributeIds::TEXCOORD2
| public |
| const Util::StringIdentifier TEXCOORD2 |
Defined in Rendering/Mesh/VertexAttributeIds.h:28
variable
Rendering::VertexAttributeIds::TEXCOORD3
| public |
| const Util::StringIdentifier TEXCOORD3 |
Defined in Rendering/Mesh/VertexAttributeIds.h:29
variable
Rendering::VertexAttributeIds::TEXCOORD4
| public |
| const Util::StringIdentifier TEXCOORD4 |
Defined in Rendering/Mesh/VertexAttributeIds.h:30
variable
Rendering::VertexAttributeIds::TEXCOORD5
| public |
| const Util::StringIdentifier TEXCOORD5 |
Defined in Rendering/Mesh/VertexAttributeIds.h:31
variable
Rendering::VertexAttributeIds::TEXCOORD6
| public |
| const Util::StringIdentifier TEXCOORD6 |
Defined in Rendering/Mesh/VertexAttributeIds.h:32
variable
Rendering::VertexAttributeIds::TEXCOORD7
| public |
| const Util::StringIdentifier TEXCOORD7 |
Defined in Rendering/Mesh/VertexAttributeIds.h:33
function
Rendering::VertexAttributeIds::getTextureCoordinateIdentifier
| public |
| Util::StringIdentifier getTextureCoordinateIdentifier( | uint_fast8_t | textureUnit ) |
Helper function to access the texture coordinate identifiers TEXCOORD0 to TEXCOORD7 by a variable.
Defined in Rendering/Mesh/VertexAttributeIds.h:36