MCPcopy Create free account
hub / github.com/devkitPro/libctru / gfxGetScreenFormat

Function gfxGetScreenFormat

libctru/source/gfx.c:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76GSPGPU_FramebufferFormat gfxGetScreenFormat(gfxScreen_t screen)
77{
78 return gfxFramebufferFormats[screen];
79}
80
81void gfxSetDoubleBuffering(gfxScreen_t screen, bool enable)
82{

Callers 1

gfxFlushBuffersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected