Esempio n. 1
0
 public static extern void glBufferData(Constants.GLBindBufferTarget target, int size, float[] data, Constants.GLBufferDataUsage usage);
Esempio n. 2
0
 public static extern void glBufferSubData(Constants.GLBindBufferTarget target, int offset, int size, IntPtr data);
Esempio n. 3
0
 public static extern void glBindBuffer(Constants.GLBindBufferTarget target, uint buffer);