Skip to content

Commit

Permalink
shaderObject: Fix tessellation create info
Browse files Browse the repository at this point in the history
  • Loading branch information
ziga-lunarg committed Sep 30, 2024
1 parent 82f79a7 commit 3d489bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/shader_object/shader_object.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@ PartialPipeline CreatePartiallyCompiledPipeline(DeviceData const& deviceData, Vk
VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_STATE_CREATE_INFO,
nullptr,
0,
0
1
};
VkPipelineMultisampleStateCreateInfo multisample_state{
VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO,
Expand Down

0 comments on commit 3d489bf

Please sign in to comment.