OpenWalnut  1.5.0dev
Public Types | Static Public Attributes | List of all members
wge::GLType< T > Class Template Reference

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...
 

Detailed Description

template<typename T>
class wge::GLType< T >

Class helping to adapt types specified as template parameter into the best matching OpenGL type.

Definition at line 40 of file WGETypeTraits.h.

Member Typedef Documentation

◆ Type

template<typename T >
typedef T wge::GLType< T >::Type

The best matching OpenGL type for the specified template parameter.

Definition at line 46 of file WGETypeTraits.h.

Member Data Documentation

◆ TypeEnum

template<typename T >
const GLenum wge::GLType< T >::TypeEnum = GL_BYTE
static

The enum type of OpenGL.

Definition at line 51 of file WGETypeTraits.h.


The documentation for this class was generated from the following file: