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

Function SetSwapInterval

engine/graphics/src/graphics.cpp:1857–1860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1855 dmPlatform::IconifyWindow(g_functions.m_GetWindow(context));
1856 }
1857 void SetSwapInterval(HContext context, uint32_t swap_interval)
1858 {
1859 dmPlatform::SetSwapInterval(g_functions.m_GetWindow(context), swap_interval);
1860 }
1861
1862 ///////////////////////////////////////////////////
1863 //////// BASE ADAPTER SPECIFIC FUNCTIONS //////////

Callers 3

NullInitializeFunction · 0.50
OpenGLInitializeFunction · 0.50
InitializeWebGPUContextFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected