Пример #1
0
 public static void glFlushPixelDataRangeNV(int target) {
   long __functionAddress = getInstance().FlushPixelDataRangeNV;
   callIV(__functionAddress, target);
 }
 public static void glEndPerfMonitorAMD(int monitor) {
   long __functionAddress = getInstance().EndPerfMonitorAMD;
   callIV(__functionAddress, monitor);
 }