mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 00:18:20 -05: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