MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / isVSync

Method isVSync

Source/Render/View.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143bool View::isVSync() const noexcept {
144 return (_flag & BGFX_RESET_VSYNC) != 0;
145}
146
147bool View::isPostProcessNeeded() const noexcept {
148 return _scale != 1.0f || _effect != nullptr || EffekNode::getRunningNodes() > 0;

Callers 3

updateMethod · 0.80
view_is_vsyncFunction · 0.80
showStatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected