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