glColor4T< T > Class Template Reference
The OpenGL command glColor4{b,d,f,i,s,ub,ui,us} has had its type templated using class specialization.
More...
#include <OpenGLtemplated.h>
List of all members.
|
Public Member Functions |
| void | operator() (T const x, T const y, T const z, T const w) const |
| | Call the OpenGL function.
|
Detailed Description
template<typename T>
class glColor4T< T >
The OpenGL command glColor4{b,d,f,i,s,ub,ui,us} has had its type templated using class specialization.
Definition at line 257 of file OpenGLtemplated.h.
Member Function Documentation
template<typename T >
| void glColor4T< T >::operator() |
( |
T const |
x, |
|
|
T const |
y, |
|
|
T const |
z, |
|
|
T const |
w | |
|
) |
| | const [inline] |
The documentation for this class was generated from the following file: