1
0
mirror of https://github.com/switchbrew/libnx.git synced 2025-07-12 06:02:14 +02:00
libnx/nx/include/switch/gfx/gfx.h

6 lines
147 B
C

/// Do not use viInitialize/viExit when using these.
void gfxInitDefault(void);
void gfxExit(void);
void gfxWaitForVsync();
void gfxSwapBuffers();