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

Function gfxScreenSwapBuffers

libctru/source/gfx.c:244–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void gfxScreenSwapBuffers(gfxScreen_t scr, bool hasStereo)
245{
246 gfxCurBuf[scr] ^= gfxIsDoubleBuf[scr];
247 gfxPresentFramebuffer(scr, gfxCurBuf[scr], hasStereo);
248}
249
250void gfxConfigScreen(gfxScreen_t scr, bool immediate)
251{

Callers 3

gfxConfigScreenFunction · 0.85
gfxSwapBuffersFunction · 0.85
gfxSwapBuffersGpuFunction · 0.85

Calls 1

gfxPresentFramebufferFunction · 0.85

Tested by

no test coverage detected