summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/profile.h
diff options
context:
space:
mode:
authorGravatar liamwhite2023-11-19 14:09:25 -0500
committerGravatar GitHub2023-11-19 14:09:25 -0500
commit12fba361bdf59f31a6c79271e22c52ebf41ab866 (patch)
tree67f0920d3b0f7048dd212f58b78e80fa04e85960 /src/shader_recompiler/profile.h
parentMerge pull request #12085 from liamwhite/build-fix (diff)
parentrenderer_vulkan: ignore viewport stores on non-supporting drivers (diff)
downloadyuzu-12fba361bdf59f31a6c79271e22c52ebf41ab866.tar.gz
yuzu-12fba361bdf59f31a6c79271e22c52ebf41ab866.tar.xz
yuzu-12fba361bdf59f31a6c79271e22c52ebf41ab866.zip
Merge pull request #12083 from liamwhite/viewport
renderer_vulkan: ignore viewport stores on non-supporting drivers
Diffstat (limited to 'src/shader_recompiler/profile.h')
-rw-r--r--src/shader_recompiler/profile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/profile.h b/src/shader_recompiler/profile.h
index 38d820db2..a9de9f4a9 100644
--- a/src/shader_recompiler/profile.h
+++ b/src/shader_recompiler/profile.h
@@ -43,6 +43,7 @@ struct Profile {
43 bool support_gl_sparse_textures{}; 43 bool support_gl_sparse_textures{};
44 bool support_gl_derivative_control{}; 44 bool support_gl_derivative_control{};
45 bool support_scaled_attributes{}; 45 bool support_scaled_attributes{};
46 bool support_multi_viewport{};
46 47
47 bool warp_size_potentially_larger_than_guest{}; 48 bool warp_size_potentially_larger_than_guest{};
48 49