Framebuffer first
This commit is contained in:
@@ -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);
|
Reference in New Issue
Block a user