inline void glTexCoord( const GLshort & s )	{ glTexCoord1s( s ); }
示例#2
0
M(void, glTexCoord1s, jshort s) {
	glTexCoord1s(s);
}