mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-07 03:38:50 -04:00
shader_recompiler: ignore clip distances beyond driver support level
This commit is contained in:
@@ -87,6 +87,8 @@ struct Profile {
|
||||
bool has_broken_robust{};
|
||||
|
||||
u64 min_ssbo_alignment{};
|
||||
|
||||
u32 max_user_clip_distances{};
|
||||
};
|
||||
|
||||
} // namespace Shader
|
||||
|
||||
Reference in New Issue
Block a user