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