Framebuffer first

This commit is contained in:
2025-08-15 18:39:19 -05:00
parent 3c908dc1ed
commit cbdc271a5e
4 changed files with 84 additions and 51 deletions

View File

@@ -16,4 +16,14 @@ void cameraUIPush(void);
/**
* Pops the UI camera matrix from the stack.
*/
void cameraUIPop(void);
void cameraUIPop(void);
/**
* Pushes the screen space camera matrix onto the stack.
*/
void cameraScreenPush(void);
/**
* Pops the screen space camera matrix.
*/
void cameraScreenPop(void);