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

Function Update

BakingLab/AppSettings.cpp:613–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611 }
612
613 void Update()
614 {
615 ApertureFNumber.SetValue(ApertureFNumber_());
616 ApertureWidth.SetValue(ApertureWidth_());
617 ShutterSpeedValue.SetValue(ShutterSpeedValue_());
618 ISO.SetValue(ISO_());
619 BokehPolygonAmount.SetValue(BokehPolygonAmount_());
620 }
621
622 void UpdateCBuffer(ID3D11DeviceContext* context)
623 {

Callers 2

RunMethod · 0.85
SetIntensityMethod · 0.85

Calls 6

ApertureFNumber_Function · 0.85
ApertureWidth_Function · 0.85
ShutterSpeedValue_Function · 0.85
ISO_Function · 0.85
BokehPolygonAmount_Function · 0.85
SetValueMethod · 0.45

Tested by

no test coverage detected