mirror of
https://github.com/ocornut/imgui.git
synced 2025-09-06 19:38:28 +00:00
This commit is contained in:
@@ -58,7 +58,7 @@ struct ExampleDescriptorHeapAllocator
|
||||
}
|
||||
void Destroy()
|
||||
{
|
||||
Heap = NULL;
|
||||
Heap = nullptr;
|
||||
FreeIndices.clear();
|
||||
}
|
||||
void Alloc(D3D12_CPU_DESCRIPTOR_HANDLE* out_cpu_desc_handle, D3D12_GPU_DESCRIPTOR_HANDLE* out_gpu_desc_handle)
|
||||
|
Reference in New Issue
Block a user