OpenWalnut  1.3.1
Public Types | List of all members
wge::UniformType< double > Class Template Reference

Maps doubles to floats as only floats are allowed in uniforms. More...

#include <WGEUniformTypeTraits.h>

Public Types

typedef float Type
 The best matching GLSL uniform type for the specified template parameter. More...
 

Detailed Description

template<>
class wge::UniformType< double >

Maps doubles to floats as only floats are allowed in uniforms.

Definition at line 57 of file WGEUniformTypeTraits.h.

Member Typedef Documentation

typedef float wge::UniformType< double >::Type

The best matching GLSL uniform type for the specified template parameter.

Definition at line 63 of file WGEUniformTypeTraits.h.


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