Go to the source code of this file.
Namespaces | |
| namespace | Keos |
Classes | |
| struct | Keos::TDeclarationElement |
| Structure describing the elements of a declaration. More... | |
Enumerations | |
| enum | Keos::TElementUsage { Keos::ELT_USAGE_POSITION, Keos::ELT_USAGE_NORMAL, Keos::ELT_USAGE_DIFFUSE, Keos::ELT_USAGE_TEXCOORD0, Keos::ELT_USAGE_TEXCOORD1, Keos::ELT_USAGE_TEXCOORD2, Keos::ELT_USAGE_TEXCOORD3 } |
| Usage of the elements in declaration. More... | |
| enum | Keos::TElementType { Keos::ELT_TYPE_FLOAT1, Keos::ELT_TYPE_FLOAT2, Keos::ELT_TYPE_FLOAT3, Keos::ELT_TYPE_FLOAT4, Keos::ELT_TYPE_COLOR } |
| Type of elements in declaration. More... | |
1.5.1-p1