unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/validity/structs/VkPipelineLayoutCreateInfo.txt

11 lines
873 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-VkPipelineLayoutCreateInfo-sType-sType]] pname:sType must: be ename:VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO
* [[VUID-VkPipelineLayoutCreateInfo-pNext-pNext]] pname:pNext must: be `NULL`
* [[VUID-VkPipelineLayoutCreateInfo-flags-zerobitmask]] pname:flags must: be `0`
* [[VUID-VkPipelineLayoutCreateInfo-pSetLayouts-parameter]] If pname:setLayoutCount is not `0`, pname:pSetLayouts must: be a valid pointer to an array of pname:setLayoutCount valid sname:VkDescriptorSetLayout handles
* [[VUID-VkPipelineLayoutCreateInfo-pPushConstantRanges-parameter]] If pname:pushConstantRangeCount is not `0`, pname:pPushConstantRanges must: be a valid pointer to an array of pname:pushConstantRangeCount valid sname:VkPushConstantRange structures
****