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