MCPcopy 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
255void gfxSwapBuffers(void)
256{
257 gfxScreenSwapBuffers(GFX_TOP, true);
258 gfxScreenSwapBuffers(GFX_BOTTOM, true);
259}
260
261void gfxSwapBuffersGpu(void)
262{

Callers

nothing calls this directly

Calls 1

gfxScreenSwapBuffersFunction · 0.85

Tested by

no test coverage detected