Ejemplo n.º 1
0
 public static void glFlushPixelDataRangeNV(int target) {
   long __functionAddress = getInstance().FlushPixelDataRangeNV;
   callIV(__functionAddress, target);
 }
Ejemplo n.º 2
0
 public static void glEndPerfMonitorAMD(int monitor) {
   long __functionAddress = getInstance().EndPerfMonitorAMD;
   callIV(__functionAddress, monitor);
 }