OpenGL's GL_FRONT_FACE = GL_CCW means front faces are CCW, so cull CW faces (assuming GL_CULL_FACE_MODE is GL_BACK). They're logically opposite.
Add Direct3D renderer (separate project configuration) Add Xbox project config (doesn't yet compile)