diff options
author | Sven Gothel <[email protected]> | 2001-11-06 08:13:11 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-11-06 08:13:11 +0000 |
commit | 29a4ca7a93fc2547466a732441b8374a5c99019b (patch) | |
tree | 1cf028bfae15c5aef0a7024b78e53ca313aff245 /C2J/C2JConstants.java | |
parent | 1f5dea284e7202cce1fe1bcde5138ba5e5a7b4bd (diff) |
java.nio, mesa-4.0 (gl1.3)
Diffstat (limited to 'C2J/C2JConstants.java')
-rw-r--r-- | C2J/C2JConstants.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/C2J/C2JConstants.java b/C2J/C2JConstants.java index 7f4c2ca..cbc8503 100644 --- a/C2J/C2JConstants.java +++ b/C2J/C2JConstants.java @@ -57,10 +57,10 @@ public interface C2JConstants { int GLuint = 59; int GLenum = 60; int GLbitfield = 61; - int GLUquadricObj = 62; - int GLUnurbsObj = 63; + int GLUquadric = 62; + int GLUnurbs = 63; int GLUtesselator = 64; - int GLUtriangulatorObj = 65; + int GLUtriangulator = 65; int IDENTIFIER = 66; int LETTER = 67; int DIGIT = 68; @@ -130,10 +130,10 @@ public interface C2JConstants { "\"GLuint\"", "\"GLenum\"", "\"GLbitfield\"", - "\"GLUquadricObj\"", - "\"GLUnurbsObj\"", + "\"GLUquadric\"", + "\"GLUnurbs\"", "\"GLUtesselator\"", - "\"GLUtriangulatorObj\"", + "\"GLUtriangulator\"", "<IDENTIFIER>", "<LETTER>", "<DIGIT>", |