aboutsummaryrefslogtreecommitdiffstats
path: root/C2J/manual/glu-manualCodedImplJNI.h
blob: bfb8a40e95146d7662669b174b2cc1e34bb9cc4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13


public native byte gluErrorString[] ( int errorCode ) ;


public native void gluNurbsCallback ( long nobj , int which , void ( fn[] ) ( ) ) ;


public native void gluTessCallback ( long tobj , int which , void ( fn[] ) ( ) ) ;


public native byte gluGetString[] ( int name ) ;