forked from eden-emu/eden
shader_recompiler: ignore clip distances beyond driver support level
This commit is contained in:
parent
acf46708b3
commit
6611ba122b
6 changed files with 14 additions and 1 deletions
|
@ -87,6 +87,8 @@ struct Profile {
|
|||
bool has_broken_robust{};
|
||||
|
||||
u64 min_ssbo_alignment{};
|
||||
|
||||
u32 max_user_clip_distances{};
|
||||
};
|
||||
|
||||
} // namespace Shader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue