MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Update_Internal

Method Update_Internal

SampleFramework12/v1.00/App.cpp:176–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void App::Update_Internal()
177{
178 appTimer.Update();
179
180 const uint32 displayWidth = swapChain.Width();
181 const uint32 displayHeight = swapChain.Height();
182 ImGuiHelper::BeginFrame(displayWidth, displayHeight, appTimer.DeltaSecondsF());
183
184 CalculateFPS();
185
186 AppSettings::Update(displayWidth, displayHeight, appViewMatrix);
187
188 Update(appTimer);
189}
190
191void App::Render_Internal()
192{

Callers

nothing calls this directly

Calls 6

UpdateFunction · 0.85
DeltaSecondsFMethod · 0.80
BeginFrameFunction · 0.70
UpdateMethod · 0.45
WidthMethod · 0.45
HeightMethod · 0.45

Tested by

no test coverage detected