libnx/nx/include/switch/gfx/nvgfx.h
TuxSH f22b9fd9fc Include only what is really necessary...
add pragma once in every header, etc.
2018-01-22 02:05:34 +01:00

9 lines
245 B
C

#pragma once
#include <switch/types.h>
Result nvgfxInitialize(void);
void nvgfxExit(void);
Result nvgfxEventWait(u32 syncpt_id, u32 threshold, s32 timeout);
Result nvgfxSubmitGpfifo(void);
Result nvgfxGetFramebuffer(u8 **buffer, size_t *size);