Пример #1
0
 public static void BindBuffer(BufferTarget target, int buffer)
 {
     Delegates.BindBufferARB(target, buffer);
 }