| 84 | } |
| 85 | |
| 86 | void BindlessDeferred::AfterReset() |
| 87 | { |
| 88 | float aspect = float(swapChain.Width()) / swapChain.Height(); |
| 89 | camera.SetAspectRatio(aspect); |
| 90 | |
| 91 | CreateRenderTargets(); |
| 92 | } |
| 93 | |
| 94 | void BindlessDeferred::Initialize() |
| 95 | { |
nothing calls this directly
no test coverage detected