OpenWalnut
1.2.5
|
Class helping to adapt types specified as template parameter into the best matching OpenGL type. More...
#include <WGETypeTraits.h>
Public Types | |
typedef float | 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_FLOAT |
The enum type of OpenGL. |
Class helping to adapt types specified as template parameter into the best matching OpenGL type.
Definition at line 214 of file WGETypeTraits.h.
typedef float wge::GLType< int32_t >::Type |
The best matching OpenGL type for the specified template parameter.
Definition at line 220 of file WGETypeTraits.h.
|
inlinestatic |
The value for full intensity.
Definition at line 232 of file WGETypeTraits.h.
|
static |
The enum type of OpenGL.
Definition at line 225 of file WGETypeTraits.h.