public void BindIndexBuffer(IntIndexBuffer buffer)
 {
     forwarding.BindIndexBuffer(buffer);
     CheckGLError();
     GLCALLS++;
 }