mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 04:52:39 +02:00
9 lines
224 B
C
9 lines
224 B
C
/// Do not use viInitialize/viExit when using these.
|
|
void gfxInitDefault(void);
|
|
void gfxExit(void);
|
|
|
|
void gfxWaitForVsync();
|
|
void gfxSwapBuffers();
|
|
u8* gfxGetFramebuffer(u16* width, u16* height);
|
|
void gfxFlushBuffers(void);
|