Home | History | Annotate | Download | only in opengl

Lines Matching defs:glFrustumx

1681     public void glFrustumx(int left, int right, int bottom, int top, int near,
1683 begin("glFrustumx");
1692 mgl.glFrustumx(left, right, bottom, top, near, far);