Added glRotated.

This commit is contained in:
Ioannis Tsakpinis 2011-08-18 23:17:17 +00:00
parent b333b029bd
commit cf463ecdfc
1 changed files with 3 additions and 0 deletions

View File

@ -1350,6 +1350,9 @@ public interface GL11 {
@DeprecatedGL
void glRotatef(float angle, float x, float y, float z);
@DeprecatedGL
void glRotated(double angle, double x, double y, double z);
@DeprecatedGL
int glRenderMode(@GLenum int mode);