aboutsummaryrefslogtreecommitdiff
path: root/src/Common_DX12.h
diff options
context:
space:
mode:
authorlbavoil <[email protected]>2018-03-15 11:08:34 +0100
committerlbavoil <[email protected]>2018-03-15 11:08:34 +0100
commit636807e68a85a978473764d171ed0c7cc36f9be6 (patch)
tree784a3d4fa8f48b4c085dd959678505b2af12f425 /src/Common_DX12.h
parentRemove test folder (diff)
downloadarchived-hbaoplus-636807e68a85a978473764d171ed0c7cc36f9be6.tar.xz
archived-hbaoplus-636807e68a85a978473764d171ed0c7cc36f9be6.zip
HBAO+ 4.0.0.23740451
Diffstat (limited to 'src/Common_DX12.h')
-rw-r--r--src/Common_DX12.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Common_DX12.h b/src/Common_DX12.h
index 880d283..17dbe83 100644
--- a/src/Common_DX12.h
+++ b/src/Common_DX12.h
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved.
+* Copyright (c) 2008-2018, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
@@ -113,6 +113,7 @@ enum CBVSRVUAVLayoutBase
ePerPassCB,
ePerPassCBEnd = ePerPassCB + 16 - 1,
eFullResViewDepthTexture,
+ eFullResViewDepthTexture2,
eFullResNormalTexture,
eQuarterResViewDepthTextureArray,
eQuarterResViewDepthTextureArrayEnd = eQuarterResViewDepthTextureArray + 16,
@@ -126,6 +127,7 @@ enum CBVSRVUAVLayoutBase
enum RTVLayoutBase
{
eFullResViewDepthTextureRTV,
+ eFullResViewDepthTexture2RTV,
eFullResNormalTextureRTV,
eQuarterResViewDepthTextureArrayRTV,
eQuarterResAOTextureArrayRTV = eQuarterResViewDepthTextureArrayRTV + 1 + 16,