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

Function Update

BindlessDeferred/AppSettings.cpp:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 }
187
188 void Update(uint32 displayWidth, uint32 displayHeight, const Float4x4& viewMatrix)
189 {
190 Settings.Update(displayWidth, displayHeight, viewMatrix);
191
192 }
193
194 void UpdateCBuffer()
195 {

Callers 2

Update_InternalMethod · 0.85
SetIntensityMethod · 0.85

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected