diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-08-25 05:09:46 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-08-25 05:09:46 +0000 |
| commit | 3f9c2731bdb7818993a3ff489825f306eca0d2c3 (patch) | |
| tree | 935d455372b4874e3497087485e9433c3500e7f9 /Graphics/GraphicsEngineD3D12 | |
| parent | Fixed https://github.com/DiligentGraphics/DiligentCore/issues/16 (Rework D3D1... (diff) | |
| download | DiligentCore-3f9c2731bdb7818993a3ff489825f306eca0d2c3.tar.gz DiligentCore-3f9c2731bdb7818993a3ff489825f306eca0d2c3.zip | |
Some minor updates to ShaderResourceLayoutD3D12
Diffstat (limited to 'Graphics/GraphicsEngineD3D12')
| -rw-r--r-- | Graphics/GraphicsEngineD3D12/src/ShaderResourceLayoutD3D12.cpp | 3 |
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)) { } |
