OpenWalnut  1.4.0
Public Types | Static Public Attributes
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>

List of all members.

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.

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

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

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: