diff options
| author | 2023-11-19 14:09:25 -0500 | |
|---|---|---|
| committer | 2023-11-19 14:09:25 -0500 | |
| commit | 12fba361bdf59f31a6c79271e22c52ebf41ab866 (patch) | |
| tree | 67f0920d3b0f7048dd212f58b78e80fa04e85960 /src/shader_recompiler/profile.h | |
| parent | Merge pull request #12085 from liamwhite/build-fix (diff) | |
| parent | renderer_vulkan: ignore viewport stores on non-supporting drivers (diff) | |
| download | yuzu-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.h | 1 |
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 | ||