diff options
author | Sven Gothel <[email protected]> | 2001-11-06 08:20:20 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-11-06 08:20:20 +0000 |
commit | 603d6cac0aee219f4d24270e3669712f5b5f0900 (patch) | |
tree | 198adc2f79fd7904ab99fa6435e5d16f51502847 /C2J/manual/gl-manualCodedVirt1-xx.java | |
parent | 29a4ca7a93fc2547466a732441b8374a5c99019b (diff) |
java.nio, mesa-4.0 (gl1.3)rel-2-8-0-8-prerelease
Diffstat (limited to 'C2J/manual/gl-manualCodedVirt1-xx.java')
-rw-r--r-- | C2J/manual/gl-manualCodedVirt1-xx.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/C2J/manual/gl-manualCodedVirt1-xx.java b/C2J/manual/gl-manualCodedVirt1-xx.java new file mode 100644 index 0000000..8ebee8b --- /dev/null +++ b/C2J/manual/gl-manualCodedVirt1-xx.java @@ -0,0 +1,10 @@ +
+public String glGetString ( int name ) ;
+
+public String getNativeVendor ( ) ;
+public String getNativeVersion ( ) ;
+
+public String getClassVendor ( ) ;
+public String getClassVersion ( ) ;
+
+public static final String[] GL_PROC_NAMES = {
|