diff options
| author | lbavoil <[email protected]> | 2016-04-20 10:22:03 +0200 |
|---|---|---|
| committer | lbavoil <[email protected]> | 2016-04-20 10:22:03 +0200 |
| commit | 71113a36d5de63110e79891b976040efa99763af (patch) | |
| tree | e653ca95335398d39d2a58bfec8ec2c53ac3e73f /src/RenderTargets_DX12.h | |
| parent | Update Linux build script (diff) | |
| download | hbaoplus-71113a36d5de63110e79891b976040efa99763af.tar.xz hbaoplus-71113a36d5de63110e79891b976040efa99763af.zip | |
Clamp the NearAO and FarAO parameters to [0,4] instead of [1,4]
Diffstat (limited to 'src/RenderTargets_DX12.h')
| -rw-r--r-- | src/RenderTargets_DX12.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/RenderTargets_DX12.h b/src/RenderTargets_DX12.h index 3599a87..4ba4901 100644 --- a/src/RenderTargets_DX12.h +++ b/src/RenderTargets_DX12.h @@ -175,7 +175,6 @@ public: RTTexture2DArray() : RTTexture2D() { - // @jihoc How to initialize handles? ZERO_ARRAY(SRVs); ZERO_ARRAY(RTVs); } |