Пример #1
0
inline void glColor( const GLshort & red, const GLshort & green, const GLshort & blue )		{ glColor3s( red, green, blue ); }
Пример #2
0
/////////////////////////////////////////////////////////
// Render
//
void GEMglColor3s :: render(GemState *state) {
	glColor3s (red, green, blue);
}
Пример #3
0
M(void, glColor3s, jshort red, jshort green, jshort blue) {
	glColor3s(red, green, blue);
}