feat: OpenGL rendering implementation (GLFW/OpenGL 2.1 pipeline)

This commit is contained in:
JuiceyDev
2026-03-05 11:18:20 +01:00
parent a92d346a46
commit 70a5f01070
5 changed files with 535 additions and 84 deletions
-1
View File
@@ -391,5 +391,4 @@ void glCullFace(int dir)
RenderManager.StateSetFaceCullCW( dir == GL_BACK);
}
#endif
#endif