glVertex2T< T > Class Template Reference
The OpenGL command glVertex2{d,f,i,s} 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) const |
| | Call the OpenGL function.
|
Detailed Description
template<typename T>
class glVertex2T< T >
The OpenGL command glVertex2{d,f,i,s} has had its type templated using class specialization.
Definition at line 106 of file OpenGLtemplated.h.
Member Function Documentation
template<typename T >
| void glVertex2T< T >::operator() |
( |
T const |
x, |
|
|
T const |
y | |
|
) |
| | const [inline] |
The documentation for this class was generated from the following file: