Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
GSPGPU_FramebufferFormat gfxGetScreenFormat(gfxScreen_t screen)
77
{
78
return gfxFramebufferFormats[screen];
79
}
80
81
void gfxSetDoubleBuffering(gfxScreen_t screen, bool enable)
82
{
Callers
1
gfxFlushBuffers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected