Searched refs:pipelineVertexInputStateInfo (Results 1 – 1 of 1) sorted by relevance
1177 …VkPipelineVertexInputStateCreateInfo pipelineVertexInputStateInfo = { VK_STRUCTURE_TYPE_PIPELINE_V… in CreateSwapchain() local1178 pipelineVertexInputStateInfo.vertexBindingDescriptionCount = 1; in CreateSwapchain()1179 pipelineVertexInputStateInfo.pVertexBindingDescriptions = &bindingDescription; in CreateSwapchain()1180 … pipelineVertexInputStateInfo.vertexAttributeDescriptionCount = _countof(attributeDescriptions); in CreateSwapchain()1181 pipelineVertexInputStateInfo.pVertexAttributeDescriptions = attributeDescriptions; in CreateSwapchain()1256 pipelineInfo.pVertexInputState = &pipelineVertexInputStateInfo; in CreateSwapchain()