We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6916f93 commit 3d900edCopy full SHA for 3d900ed
examples/example_win32_directx12/main.cpp
@@ -54,7 +54,7 @@ struct ExampleDescriptorHeapAllocator
54
HeapHandleIncrement = device->GetDescriptorHandleIncrementSize(HeapType);
55
FreeIndices.reserve((int)desc.NumDescriptors);
56
for (int n = desc.NumDescriptors; n > 0; n--)
57
- FreeIndices.push_back(n);
+ FreeIndices.push_back(n - 1);
58
}
59
void Destroy()
60
{
0 commit comments