Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ gfxSwapBuffers
Function
gfxSwapBuffers
libctru/source/gfx.c:255–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
void gfxSwapBuffers(void)
256
{
257
gfxScreenSwapBuffers(GFX_TOP, true);
258
gfxScreenSwapBuffers(GFX_BOTTOM, true);
259
}
260
261
void gfxSwapBuffersGpu(void)
262
{
Callers
nothing calls this directly
Calls
1
gfxScreenSwapBuffers
Function · 0.85
Tested by
no test coverage detected