// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry .Valid Usage (Implicit) **** * [[VUID-vkCmdSetScissor-commandBuffer-parameter]] pname:commandBuffer must: be a valid sname:VkCommandBuffer handle * [[VUID-vkCmdSetScissor-pScissors-parameter]] pname:pScissors must: be a valid pointer to an array of pname:scissorCount sname:VkRect2D structures * [[VUID-vkCmdSetScissor-commandBuffer-recording]] pname:commandBuffer must: be in the <> * [[VUID-vkCmdSetScissor-commandBuffer-cmdpool]] The sname:VkCommandPool that pname:commandBuffer was allocated from must: support graphics operations * [[VUID-vkCmdSetScissor-scissorCount-arraylength]] pname:scissorCount must: be greater than `0` **** .Host Synchronization **** * Host access to pname:commandBuffer must: be externally synchronized * Host access to the sname:VkCommandPool that pname:commandBuffer was allocated from must: be externally synchronized **** .Command Properties **** [options="header", width="100%"] |==== |<>|<>|<>|<> |Primary + Secondary|Both|Graphics| |==== ****