summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3D12
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-08-25 05:09:46 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-08-25 05:09:46 +0000
commit3f9c2731bdb7818993a3ff489825f306eca0d2c3 (patch)
tree935d455372b4874e3497087485e9433c3500e7f9 /Graphics/GraphicsEngineD3D12
parentFixed https://github.com/DiligentGraphics/DiligentCore/issues/16 (Rework D3D1... (diff)
downloadDiligentCore-3f9c2731bdb7818993a3ff489825f306eca0d2c3.tar.gz
DiligentCore-3f9c2731bdb7818993a3ff489825f306eca0d2c3.zip
Some minor updates to ShaderResourceLayoutD3D12
Diffstat (limited to 'Graphics/GraphicsEngineD3D12')
-rw-r--r--Graphics/GraphicsEngineD3D12/src/ShaderResourceLayoutD3D12.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Graphics/GraphicsEngineD3D12/src/ShaderResourceLayoutD3D12.cpp b/Graphics/GraphicsEngineD3D12/src/ShaderResourceLayoutD3D12.cpp
index 59c8c221..a647fa72 100644
--- a/Graphics/GraphicsEngineD3D12/src/ShaderResourceLayoutD3D12.cpp
+++ b/Graphics/GraphicsEngineD3D12/src/ShaderResourceLayoutD3D12.cpp
@@ -41,9 +41,6 @@ namespace Diligent
ShaderResourceLayoutD3D12::ShaderResourceLayoutD3D12(IObject& Owner,
IMemoryAllocator& ResourceLayoutDataAllocator) :
m_Owner(Owner),
-#if USE_VARIABLE_HASH_MAP
- m_VariableHash(STD_ALLOCATOR_RAW_MEM(VariableHashElemType, GetRawAllocator(), "Allocator for unordered_map<HashMapStringKey, IShaderVariable*>")),
-#endif
m_ResourceBuffer(nullptr, STDDeleterRawMem<void>(ResourceLayoutDataAllocator))
{
}