예제 #1
0
template< > inline void glIndex< unsigned char >		( unsigned char c )			{	glIndexub(c);	};
예제 #2
0
파일: gl.cpp 프로젝트: dschaefer/swt-opengl
M(void, glIndexub, jbyte c) {
	glIndexub(c);
}