aboutsummaryrefslogtreecommitdiffstats
path: root/C2J/manual/gl-manualCodedImplJNI2.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2000-11-18 06:43:49 +0000
committerSven Gothel <[email protected]>2000-11-18 06:43:49 +0000
commit880653d31a8f1ff8384fdbc75b84934bceecfdb8 (patch)
treebdafb71416f176d2a4b73bf716c9dc3f13685a8b /C2J/manual/gl-manualCodedImplJNI2.java
Initial revision
Diffstat (limited to 'C2J/manual/gl-manualCodedImplJNI2.java')
-rw-r--r--C2J/manual/gl-manualCodedImplJNI2.java14
1 files changed, 14 insertions, 0 deletions
diff --git a/C2J/manual/gl-manualCodedImplJNI2.java b/C2J/manual/gl-manualCodedImplJNI2.java
new file mode 100644
index 0000000..5b54d5d
--- /dev/null
+++ b/C2J/manual/gl-manualCodedImplJNI2.java
@@ -0,0 +1,14 @@
+
+public final native String glGetString ( int name ) ;
+
+public final native String getNativeVendor ( ) ;
+public final native String getNativeVersion ( ) ;
+
+public final String getClassVendor ( )
+{ return "Jausoft - Sven Goethel Software Development"; }
+
+public final String getClassVersion ( )
+{ return "2.4.1.0"; }
+
+
+