예제 #1
0
inline void glNormal( const GLshort & x, const GLshort & y, const GLshort & z )		{ glNormal3s( x, y, z ); }
예제 #2
0
파일: gl.cpp 프로젝트: dschaefer/swt-opengl
M(void, glNormal3s, jshort nx, jshort ny, jshort nz) {
	glNormal3s(nx, ny, nz);
}