forked from eden-emu/eden
shader_recompiler: throw on missing geometry streams in geometry shaders
This commit is contained in:
parent
20f06586e9
commit
749f0564ae
5 changed files with 16 additions and 3 deletions
|
@ -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{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue