aboutsummaryrefslogtreecommitdiff
path: root/src/PipelineStateObjects_DX12.h
diff options
context:
space:
mode:
authorlbavoil <[email protected]>2017-01-23 09:55:05 +0100
committerlbavoil <[email protected]>2017-01-23 09:55:05 +0100
commit0e07a80f8c1443e047e283f30693cf708a3204ea (patch)
tree460cb590a7dfc7d43a205f33fa0631f408b68940 /src/PipelineStateObjects_DX12.h
parentPolish HLSL. No functional change. (diff)
downloadhbaoplus-0e07a80f8c1443e047e283f30693cf708a3204ea.tar.xz
hbaoplus-0e07a80f8c1443e047e283f30693cf708a3204ea.zip
HBAO+ 3.1.0.21602716
Diffstat (limited to 'src/PipelineStateObjects_DX12.h')
-rw-r--r--src/PipelineStateObjects_DX12.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/PipelineStateObjects_DX12.h b/src/PipelineStateObjects_DX12.h
index 58def6e..509e3f5 100644
--- a/src/PipelineStateObjects_DX12.h
+++ b/src/PipelineStateObjects_DX12.h
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2008-2016, NVIDIA CORPORATION. All rights reserved.
+* Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
@@ -548,6 +548,7 @@ private:
int m_BlurKernelRadiusPermutation;
UINT m_RTSampleCount;
DXGI_FORMAT m_RTFormat;
+ int m_BlendMode;
public:
BlurYPSO()
@@ -556,6 +557,7 @@ public:
, m_BlurKernelRadiusPermutation(-1)
, m_RTSampleCount(0)
, m_RTFormat(DXGI_FORMAT_UNKNOWN)
+ , m_BlendMode(-1)
{
}