![]() |
OpenWalnut
1.5.0dev
|
Class helping to adapt types specified as template parameter into the best matching OpenGL type. More...
#include <WGETypeTraits.h>
Collaboration diagram for wge::GLType< T >:Public Types | |
| typedef T | Type |
| The best matching OpenGL type for the specified template parameter. More... | |
Static Public Attributes | |
| static const GLenum | TypeEnum = GL_BYTE |
| The enum type of OpenGL. More... | |
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.
|
static |
The enum type of OpenGL.
Definition at line 51 of file WGETypeTraits.h.