mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 04:52:39 +02:00
5 lines
136 B
C
5 lines
136 B
C
Result nvgfxInitialize(void);
|
|
void nvgfxExit(void);
|
|
Result nvgfxEventInit(void);
|
|
Result nvgfxGetFramebuffer(u8 **buffer, size_t *size);
|