aboutsummaryrefslogtreecommitdiffstats
path: root/C2J/manual/gl-manualCodedImplJNI2.java
blob: 0159c320d8fb584eea7dd4e83e47c1ac8eb4e523 (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.0.8"; }