We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c252e commit d402e02Copy full SHA for d402e02
src/backends/dx/DXRuntime/CommandAllocator.cpp
@@ -93,9 +93,7 @@ void CommandAllocator::Execute(
93
}
94
for (auto &i : swapChains)
95
present(i.first, i.second);
96
- if (!device->deviceSettings->SignalFence(cmdQueue, fence, fenceIndex)) {
97
- ThrowIfFailed(cmdQueue->Signal(fence, fenceIndex));
98
- }
+ ThrowIfFailed(cmdQueue->Signal(fence, fenceIndex));
99
} else {
100
if (!cmdlist_is_empty) {
101
if (!device->deviceSettings->ExecuteCommandList(cmdQueue, static_cast<ID3D12GraphicsCommandList *>(cmdList)))
0 commit comments