mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
5 lines
173 B
C
5 lines
173 B
C
Result nvgfxInitialize(void);
|
|
void nvgfxExit(void);
|
|
Result nvgfxEventWait(u32 syncpt_id, u32 threshold, s32 timeout);
|
|
Result nvgfxGetFramebuffer(u8 **buffer, size_t *size);
|