mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Added missing tracking for patching.
This caused a crash in development builds due to the assertion immediately afterwards failing.
This commit is contained in:
committed by
Baldur Karlsson
parent
72874e21d3
commit
9548e6ecba
@@ -308,6 +308,8 @@ void VulkanDebugManager::PatchFixedColShader(VkShaderModule &mod, float col[4])
|
||||
alias.data[it + 3] = col[3];
|
||||
else
|
||||
RDCERR("Unexpected constant value");
|
||||
|
||||
patched++;
|
||||
}
|
||||
|
||||
it += WordCount;
|
||||
|
||||
Reference in New Issue
Block a user