Vulkan-Docs/chapters/commonvalidity/draw_dispatch_nonindirect_c...

15 lines
667 B
Plaintext

// Common Valid Usage
// Common to non-indirect drawing commands
ifdef::VK_VERSION_1_1[]
* [[VUID-{refpage}-commandBuffer-02712]]
If pname:commandBuffer is a protected command buffer, any resource
written to by the sname:VkPipeline object bound to the pipeline bind
point used by this command must: not be an unprotected resource
* [[VUID-{refpage}-commandBuffer-02713]]
If pname:commandBuffer is a protected command buffer, pipeline stages
other than the framebuffer-space and compute stages in the
sname:VkPipeline object bound to the pipeline bind point must: not write
to any resource
endif::VK_VERSION_1_1[]
// Common Valid Usage