MCPcopy Create free account
hub / github.com/defold/defold / WindowSwapBuffers

Function WindowSwapBuffers

engine/platform/src/window.cpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 void WindowSwapBuffers(HWindow window)
216 {
217 dmPlatform::SwapBuffers(window);
218 }
219
220 void* WindowAcquireAuxContext(HWindow window)
221 {

Callers

nothing calls this directly

Calls 1

SwapBuffersFunction · 0.70

Tested by

no test coverage detected