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