Exemplo n.º 1
0
inline void glTexCoord( const GLshort & s )	{ glTexCoord1s( s ); }
Exemplo n.º 2
0
M(void, glTexCoord1s, jshort s) {
	glTexCoord1s(s);
}