#include <cl.h>
Data Fields | |
GLfloat | s |
GLfloat | t |
glTexCoord()
function by casting to a GLfloat*
.
CLtexcoord texcoord = {0.0f, 0.0f};
glTexCoord2fv((GLfloat*)&texcoord);
For more information consult the OpenGL documentation for glTexCoord()
.
Definition at line 300 of file cl.h.