예제 #1
0
inline void glTexCoord( const GLshort & s )	{ glTexCoord1s( s ); }
예제 #2
0
파일: gl.cpp 프로젝트: dschaefer/swt-opengl
M(void, glTexCoord1s, jshort s) {
	glTexCoord1s(s);
}