Example #1
0
template< > inline void glIndex< unsigned char >		( unsigned char c )			{	glIndexub(c);	};
Example #2
0
M(void, glIndexub, jbyte c) {
	glIndexub(c);
}