hello triangle

This commit is contained in:
IlyaShurupov 2024-11-09 02:10:13 +03:00
parent c99dcf821d
commit 2d9c2a45b5

View file

@ -568,7 +568,7 @@ private:
VkGraphicsPipelineCreateInfo graphicsPipelineCreateInfo{
.sType = VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO,
.stageCount = 1,
.stageCount = 2,
.pStages = shaderStageCreateInfos,
.pVertexInputState = &vertexInputStateCreateInfo,
.pInputAssemblyState = &inputAssemblyStateCreateInfo,