vk: Fix typo in NVIDIA-specific stencil unresolve path

This commit is contained in:
kd-11 2025-04-11 02:37:25 +03:00
parent 9b7d5cd1a9
commit cfd86af460

View file

@ -277,7 +277,7 @@ namespace vk
static_parameters_width = 3;
build(false, true, false);
build(false, true, true);
}
void get_dynamic_state_entries(std::vector<VkDynamicState>& state_descriptors) override