GameKit  0.0.1a
C++ gamedev tools
Enumerations
gk::VertexAttribute Namespace Reference

Enumerations

enum  {
  Coord3d = 1, Normal = 2, TexCoord = 4, Color = 8,
  LightValue = 16, BlockType = 32, AmbientOcclusion = 64, Only2d = Coord3d | TexCoord | Color,
  All = 0xff
}
 

Enumeration Type Documentation

§ anonymous enum

anonymous enum
Enumerator
Coord3d 
Normal 
TexCoord 
Color 
LightValue 
BlockType 
AmbientOcclusion 
Only2d 
All 

Definition at line 28 of file RenderStates.hpp.