Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SwapBuffers
Function · 0.70
Tested by
no test coverage detected