Class helping to adapt types specified as template parameter into the best matching OpenGL type. More...
#include <WGETypeTraits.h>
Public Types | |
typedef uint8_t | Type |
The best matching OpenGL type for the specified template parameter. | |
Static Public Member Functions | |
static Type | FullIntensity () |
The value for full intensity. | |
Static Public Attributes | |
static const GLenum | TypeEnum = GL_UNSIGNED_BYTE |
The enum type of OpenGL. |
Class helping to adapt types specified as template parameter into the best matching OpenGL type.
Definition at line 133 of file WGETypeTraits.h.
typedef uint8_t wge::GLType< uint8_t >::Type |
The best matching OpenGL type for the specified template parameter.
Definition at line 139 of file WGETypeTraits.h.
static Type wge::GLType< uint8_t >::FullIntensity | ( | ) | [inline, static] |
The value for full intensity.
Definition at line 151 of file WGETypeTraits.h.
const GLenum wge::GLType< uint8_t >::TypeEnum = GL_UNSIGNED_BYTE [static] |
The enum type of OpenGL.
Definition at line 144 of file WGETypeTraits.h.