MCPcopy Create free account
hub / github.com/TheRealMJP/SHforHLSL / Update

Method Update

SHTest/SHTest/SHTest.cpp:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void SHTest::Update(const Timer& timer)
91{
92 CPUProfileBlock cpuProfileBlock("Update");
93
94 // Toggle VSYNC
95 swapChain.SetVSYNCEnabled(AppSettings::EnableVSync ? true : false);
96
97}
98
99struct Test
100{

Callers 1

UpdateFunction · 0.45

Calls 1

SetVSYNCEnabledMethod · 0.80

Tested by

no test coverage detected