mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-24 11:35:46 +00:00
shader_recompiler: throw on missing geometry streams in geometry shaders
This commit is contained in:
@@ -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{};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user