mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git
synced 2024-11-24 13:00:13 +00:00
Minor improvement in a test
This commit is contained in:
parent
353caa9b47
commit
80cd0026a1
@ -213,6 +213,9 @@ static void TestVirtualBlocks(const TestContext& ctx)
|
||||
|
||||
block->FreeAllocation(alloc0);
|
||||
|
||||
// # Test FreeAllocation with null allocation.
|
||||
block->FreeAllocation({0});
|
||||
|
||||
// # Test alignment
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user