mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 01:16:31 +00:00
Demote error to warning on unbalanced markers on D3D12
* Apply the Vulkan fix 9bb79a05 to D3D12
This commit is contained in:
@@ -2392,7 +2392,7 @@ void D3D12CommandData::BakeEventNodes(ActionDescription &rootAction)
|
||||
{
|
||||
if(actionStack.count() == 0)
|
||||
{
|
||||
RDCERR("Pop but the action stack is empty");
|
||||
RDCWARN("Pop but the action stack is empty");
|
||||
parentAction = &rootAction;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user