Exemplo n.º 1
0
inline void glTexCoord( const GLshort & s, const GLshort & t, const GLshort & r )	{ glTexCoord3s( s, t, r ); }
Exemplo n.º 2
0
/////////////////////////////////////////////////////////
// Render
//
void GEMglTexCoord3s :: render(GemState *state)
{
  glTexCoord3s (s, t, r);
}
Exemplo n.º 3
0
M(void, glTexCoord3s, jshort s, jshort t, jshort r) {
	glTexCoord3s(s, t, r);
}