Exemplo n.º 1
0
 public void BindIndexBuffer(ShortIndexBuffer buffer)
 {
     forwarding.BindIndexBuffer(buffer);
     CheckGLError();
     GLCALLS++;
 }
Exemplo n.º 2
0
 public void BindIndexBuffer(ShortIndexBuffer buffer)
 {
     GL.BindBuffer(BufferTarget.ElementArrayBuffer, buffer != null ? buffer.Handle : 0);
 }