blob: 98ddb83e802ea1283c70b05a753dcd52f0eb1f75 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-VkPipelineVertexInputStateCreateInfo-sType-sType]] pname:sType must: be ename:VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO
* [[VUID-VkPipelineVertexInputStateCreateInfo-pNext-pNext]] pname:pNext must: be `NULL`
* [[VUID-VkPipelineVertexInputStateCreateInfo-flags-zerobitmask]] pname:flags must: be `0`
* [[VUID-VkPipelineVertexInputStateCreateInfo-pVertexBindingDescriptions-parameter]] If pname:vertexBindingDescriptionCount is not `0`, pname:pVertexBindingDescriptions must: be a valid pointer to an array of pname:vertexBindingDescriptionCount valid sname:VkVertexInputBindingDescription structures
* [[VUID-VkPipelineVertexInputStateCreateInfo-pVertexAttributeDescriptions-parameter]] If pname:vertexAttributeDescriptionCount is not `0`, pname:pVertexAttributeDescriptions must: be a valid pointer to an array of pname:vertexAttributeDescriptionCount valid sname:VkVertexInputAttributeDescription structures
****