diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-10-06 23:03:25 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-10-06 23:03:25 +0000 |
| commit | 41c249a537f8f793ec7193c0d70c5e58599d63d7 (patch) | |
| tree | b7711fa09412ad2fbdb9914132eba02646b11965 /Graphics/GraphicsEngineNextGenBase | |
| parent | Some mostly cosmetic code changes + better reporting of dynamic descriptor al... (diff) | |
| download | DiligentCore-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.h | 1 |
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) : |
