コード例 #1
0
ファイル: GEMglRasterPos3s.cpp プロジェクト: umlaeute/Gem
/////////////////////////////////////////////////////////
// Render
//
void GEMglRasterPos3s :: render(GemState *state)
{
  glRasterPos3s (x, y, z);
}
コード例 #2
0
ファイル: gl.cpp プロジェクト: dschaefer/swt-opengl
M(void, glRasterPos3s, jshort x, jshort y, jshort z) {
	glRasterPos3s(x, y, z);
}