[d3d11] Fix confusing debug color for GPU synchronization

Purple was already used for various other things.
This commit is contained in:
Philip Rebohle 2025-03-01 16:37:13 +01:00
parent 8f84085370
commit 5b68884fd9

View file

@ -1142,7 +1142,7 @@ namespace dxvk {
cStagingMemory = GetStagingMemoryStatistics().allocatedTotal,
cFlushReason = std::exchange(m_flushReason, std::string())
] (DxvkContext* ctx) {
auto debugLabel = vk::makeLabel(0xc0a2f0, cFlushReason.c_str());
auto debugLabel = vk::makeLabel(0xff5959, cFlushReason.c_str());
ctx->signal(cSubmissionFence, cSubmissionId);
ctx->signal(cStagingFence, cStagingMemory);