diff options
| author | 2024-02-19 00:34:00 -0500 | |
|---|---|---|
| committer | 2024-02-19 00:34:00 -0500 | |
| commit | f46dc31683737fabbb9b89ba85ca74242cdc405f (patch) | |
| tree | 828305f28a073f8a190d9828c1935758d1f788d0 /src/shader_recompiler/profile.h | |
| parent | Merge pull request #13070 from liamwhite/offset (diff) | |
| download | yuzu-f46dc31683737fabbb9b89ba85ca74242cdc405f.tar.gz yuzu-f46dc31683737fabbb9b89ba85ca74242cdc405f.tar.xz yuzu-f46dc31683737fabbb9b89ba85ca74242cdc405f.zip | |
shader_recompiler: throw on missing geometry streams in geometry shaders
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 7578d41cc..90e46bb1b 100644 --- a/src/shader_recompiler/profile.h +++ b/src/shader_recompiler/profile.h | |||
| @@ -44,6 +44,7 @@ struct Profile { | |||
| 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 | bool support_multi_viewport{}; |
| 47 | bool support_geometry_streams{}; | ||
| 47 | 48 | ||
| 48 | bool warp_size_potentially_larger_than_guest{}; | 49 | bool warp_size_potentially_larger_than_guest{}; |
| 49 | 50 | ||