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