| 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 | { |
no test coverage detected