OpenWalnut  1.4.0
Public Types
wge::UniformType< double > Class Template Reference

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

#include <WGEUniformTypeTraits.h>

List of all members.

Public Types

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

Detailed Description

template<>
class wge::UniformType< double >

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

Definition at line 58 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 64 of file WGEUniformTypeTraits.h.


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