示例#1
0
 public static void FogCoordPointer(int size, FogPointerType type, int stride, int pointer)
 {
     FogCoordPointer(type, stride, (IntPtr)pointer);
 }
示例#2
0
 public static void FogCoordPointer(FogPointerType type, int stride, int offset)
 {
     FogCoordPointer(type, stride, (IntPtr)offset);
 }
示例#3
0
 public static void FogCoordPointer(FogPointerType type, int stride, int offset)
 {
     FogCoordPointer(type, stride, (IntPtr)offset);
 }
示例#4
0
 public static void FogCoordPointer(int size, FogPointerType type, int stride, int pointer)
 {
     FogCoordPointer(type, stride, (IntPtr)pointer);
 }