HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
varyingref.h File Reference
+ Include dependency graph for varyingref.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VaryingRef< T >
 

Functions

template<class T >
VaryingRef< T > Varying (T *x)
 
template<class T >
VaryingRef< T > Uniform (T *x)
 
template<class T >
VaryingRef< T > Uniform (T &x)
 

Function Documentation

template<class T >
VaryingRef<T> Uniform ( T *  x)

Helper function wraps a uniform reference.

Definition at line 202 of file varyingref.h.

template<class T >
VaryingRef<T> Uniform ( T &  x)

Helper function wraps a uniform reference.

Definition at line 211 of file varyingref.h.

template<class T >
VaryingRef<T> Varying ( T *  x)

Helper function wraps a varying reference with default step size.

Definition at line 193 of file varyingref.h.