mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 16:50:44 +00:00
Mark parameter as important in vkCmdSetScissorWithCountEXT
This commit is contained in:
@@ -233,7 +233,7 @@ bool WrappedVulkan::Serialise_vkCmdSetScissorWithCountEXT(SerialiserType &ser,
|
||||
{
|
||||
SERIALISE_ELEMENT(commandBuffer);
|
||||
SERIALISE_ELEMENT(scissorCount);
|
||||
SERIALISE_ELEMENT_ARRAY(pScissors, scissorCount);
|
||||
SERIALISE_ELEMENT_ARRAY(pScissors, scissorCount).Important();
|
||||
|
||||
Serialise_DebugMessages(ser);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user