summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/fixed_pipeline_state.cpp
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-01-05 06:14:01 +0100
committerGitHub <noreply@github.com>2023-01-05 06:14:01 +0100
commite82e3e06be0b419a4d30342a44a04d79fbbfc6cb (patch)
tree03caef4f3c3a00a12cb04be128aaa65497cd0d4a /src/video_core/renderer_vulkan/fixed_pipeline_state.cpp
parentMerge pull request #9501 from FernandoS27/yfc-rel-2 (diff)
parentVulkan: Fix drivers that don't support dynamic_state_2 up (diff)
downloadyuzu-e82e3e06be0b419a4d30342a44a04d79fbbfc6cb.tar
yuzu-e82e3e06be0b419a4d30342a44a04d79fbbfc6cb.tar.gz
yuzu-e82e3e06be0b419a4d30342a44a04d79fbbfc6cb.tar.bz2
yuzu-e82e3e06be0b419a4d30342a44a04d79fbbfc6cb.tar.lz
yuzu-e82e3e06be0b419a4d30342a44a04d79fbbfc6cb.tar.xz
yuzu-e82e3e06be0b419a4d30342a44a04d79fbbfc6cb.tar.zst
yuzu-e82e3e06be0b419a4d30342a44a04d79fbbfc6cb.zip
Diffstat (limited to 'src/video_core/renderer_vulkan/fixed_pipeline_state.cpp')
-rw-r--r--src/video_core/renderer_vulkan/fixed_pipeline_state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_vulkan/fixed_pipeline_state.cpp b/src/video_core/renderer_vulkan/fixed_pipeline_state.cpp
index 3d328a250..f8398b511 100644
--- a/src/video_core/renderer_vulkan/fixed_pipeline_state.cpp
+++ b/src/video_core/renderer_vulkan/fixed_pipeline_state.cpp
@@ -148,7 +148,7 @@ void FixedPipelineState::Refresh(Tegra::Engines::Maxwell3D& maxwell3d, DynamicFe
});
}
if (!extended_dynamic_state_2_extra) {
- dynamic_state.Refresh2(regs, topology, extended_dynamic_state_2);
+ dynamic_state.Refresh2(regs, topology_, extended_dynamic_state_2);
}
if (!extended_dynamic_state_3_blend) {
if (maxwell3d.dirty.flags[Dirty::Blending]) {