MCPcopy Create free account
hub / github.com/Illation/ETEngine / SetVSyncEnabled

Method SetVSyncEnabled

Engine/source/EtRuntime/Rendering/GlfwRenderArea.cpp:126–129  ·  view source on GitHub ↗

--------------------------------- GlfwRenderArea::SetVSyncEnabled

Source from the content-addressed store, hash-verified

124// GlfwRenderArea::SetVSyncEnabled
125//
126void GlfwRenderArea::SetVSyncEnabled(bool const val)
127{
128 glfwSwapInterval(val);
129}
130
131//---------------------------------
132// GlfwRenderArea::SetVSyncEnabled

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected