Ejemplo n.º 1
0
 private void NativeEnableCulling()
 {
     GLCore.Enable(EnableCap.CullFace);
     GLCore.CullFace(CullFaceMode.Back);
 }