aboutsummaryrefslogtreecommitdiffstats
path: root/C2J/manual/gl-manualCodedImplJNI2.java
blob: a6ba85c567c7d17157aa2d0a296686acfc12d057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.8.3.0"; }