diff options
author | Liam <byteslice@airmail.cc> | 2024-02-19 00:34:00 -0500 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2024-02-19 00:34:00 -0500 |
commit | f46dc31683737fabbb9b89ba85ca74242cdc405f (patch) | |
tree | 828305f28a073f8a190d9828c1935758d1f788d0 /src/shader_recompiler/profile.h | |
parent | ef89b79d7e2736c9e00cbf23dfb650c817e47ae6 (diff) |
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 7578d41cc0..90e46bb1ba 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{}; |