Framebuffer done.

This commit is contained in:
2025-08-15 18:50:43 -05:00
parent cbdc271a5e
commit d1ab8b0cc8
9 changed files with 133 additions and 36 deletions

View File

@@ -11,6 +11,7 @@
void cameraUIPush(void) {
glPushMatrix();
glLoadIdentity();
glViewport(0, 0, RENDER_WIDTH, RENDER_HEIGHT);
glOrtho(
0.0f, (float_t)RENDER_WIDTH,
(float_t)RENDER_HEIGHT, 0.0f,