diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2024-02-22 11:30:26 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 11:30:26 -0600 |
commit | 4f95ee52097762fcd53c135fcf07511898c48194 (patch) | |
tree | 1773373bf6c4b9b2556e7352b5de469bd9859695 /src/shader_recompiler/profile.h | |
parent | 8bbc209950178ca7258bfc22a08101cb30c29a58 (diff) | |
parent | f46dc31683737fabbb9b89ba85ca74242cdc405f (diff) |
Merge pull request #13075 from liamwhite/mali-having-a-bad-time
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 { bool support_gl_derivative_control{}; bool support_scaled_attributes{}; bool support_multi_viewport{}; + bool support_geometry_streams{}; bool warp_size_potentially_larger_than_guest{}; |