summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineNextGenBase
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-10-06 23:03:25 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-10-06 23:03:25 +0000
commit41c249a537f8f793ec7193c0d70c5e58599d63d7 (patch)
treeb7711fa09412ad2fbdb9914132eba02646b11965 /Graphics/GraphicsEngineNextGenBase
parentSome mostly cosmetic code changes + better reporting of dynamic descriptor al... (diff)
downloadDiligentCore-41c249a537f8f793ec7193c0d70c5e58599d63d7.tar.gz
DiligentCore-41c249a537f8f793ec7193c0d70c5e58599d63d7.zip
Added VariableSizeAllocationsManager::Allocation::IsValid() method for clearer implementation
Diffstat (limited to 'Graphics/GraphicsEngineNextGenBase')
-rw-r--r--Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h b/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h
index 6c3dcbc7..7f19dea6 100644
--- a/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h
+++ b/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h
@@ -94,7 +94,6 @@ class MasterBlockListBasedManager
public:
using OffsetType = VariableSizeAllocationsManager::OffsetType;
using MasterBlock = VariableSizeAllocationsManager::Allocation;
- static constexpr const OffsetType InvalidOffset = VariableSizeAllocationsManager::InvalidOffset;
MasterBlockListBasedManager(IMemoryAllocator& Allocator,
Uint32 Size) :