[vulkan] Exchanging ProvokingVertexLast dynamic state mode.

This commit is contained in:
CamilleLaVey 2026-02-01 23:49:07 -04:00
parent 7802eaa22b
commit 202193708a
1 changed files with 1 additions and 1 deletions

View File

@ -917,7 +917,7 @@ void GraphicsPipeline::MakePipeline(VkRenderPass render_pass) {
}
if (device.IsExtProvokingVertexSupported()) {
dynamic_states.push_back(VK_DYNAMIC_STATE_PROVOKING_VERTEX_EXT);
dynamic_states.push_back(VK_DYNAMIC_STATE_PROVOKING_VERTEX_MODE_EXT);
}
const VkPipelineDynamicStateCreateInfo dynamic_state_ci{