OpenWalnut
1.4.0
|
Class helping to adapt types specified as template parameter into the best matching OpenGL type. More...
#include <WGETypeTraits.h>
Public Types | |
typedef T | Type |
The best matching OpenGL type for the specified template parameter. | |
Static Public Attributes | |
static const GLenum | TypeEnum = GL_BYTE |
The enum type of OpenGL. |
Class helping to adapt types specified as template parameter into the best matching OpenGL type.
Definition at line 40 of file WGETypeTraits.h.
typedef T wge::GLType< T >::Type |
The best matching OpenGL type for the specified template parameter.
Definition at line 46 of file WGETypeTraits.h.
const GLenum wge::GLType< T >::TypeEnum = GL_BYTE [static] |
The enum type of OpenGL.
Definition at line 51 of file WGETypeTraits.h.