[vk] compiler baka baka

This commit is contained in:
Bix 2025-11-22 19:04:43 +01:00
parent 6cfdecbc7b
commit f3a50cfcf7
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ void GraphicsPipeline::MakePipeline(VkRenderPass render_pass) {
}
// EDS2 - Logic Op (granular feature)
if (key.state.extended_dynamic_state_2_extra) {
if (key.state.extended_dynamic_state_2_logic_op) {
dynamic_states.push_back(VK_DYNAMIC_STATE_LOGIC_OP_EXT);
}