OpenWalnut  1.2.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
Public Types | Static Public Member Functions | Static Public Attributes
wge::GLType< float > 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 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.

Detailed Description

template<>
class wge::GLType< float >

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

Definition at line 83 of file WGETypeTraits.h.


Member Typedef Documentation

typedef float wge::GLType< float >::Type

The best matching OpenGL type for the specified template parameter.

Definition at line 89 of file WGETypeTraits.h.


Member Function Documentation

static Type wge::GLType< float >::FullIntensity ( ) [inline, static]

The value for full intensity.

Returns:
the full intensity value

Definition at line 101 of file WGETypeTraits.h.


Member Data Documentation

const GLenum wge::GLType< float >::TypeEnum = GL_FLOAT [static]

The enum type of OpenGL.

Definition at line 94 of file WGETypeTraits.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends