aboutsummaryrefslogtreecommitdiff
path: root/src/States_DX12.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/States_DX12.h')
-rw-r--r--src/States_DX12.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/States_DX12.h b/src/States_DX12.h
index adf7bb8..66820c8 100644
--- a/src/States_DX12.h
+++ b/src/States_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
@@ -26,10 +26,10 @@ class States
public:
States()
{
+ Init();
}
- void Create(GFSDK_D3D12_GraphicsContext* pD3DDevice);
- void Release();
+ void Init();
D3D12_BLEND_DESC* GetBlendStateMultiplyPreserveAlpha()
{