hello triangle
This commit is contained in:
parent
c99dcf821d
commit
2d9c2a45b5
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue