MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / OnSetVsync

Method OnSetVsync

deps/LLGL/sources/Renderer/DebugLayer/DbgRenderContext.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58bool DbgRenderContext::OnSetVsync(const VsyncDescriptor& vsyncDesc)
59{
60 auto result = instance.SetVsync(vsyncDesc);
61 ShareSurfaceAndConfig(instance);
62 return result;
63}
64
65
66} // /namespace LLGL

Callers

nothing calls this directly

Calls 1

SetVsyncMethod · 0.80

Tested by

no test coverage detected