mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
8 lines
188 B
C
8 lines
188 B
C
#pragma once
|
|
#include "../types.h"
|
|
|
|
Result nvgfxInitialize(void);
|
|
void nvgfxExit(void);
|
|
Result nvgfxSubmitGpfifo(void);
|
|
Result nvgfxGetFramebuffer(u8 **buffer, size_t *size, u32 *handle);
|