mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[d3d11] Fix confusing debug color for GPU synchronization
Purple was already used for various other things.
This commit is contained in:
parent
8f84085370
commit
5b68884fd9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue