From 94244437de48561cc299c5afc4ee70c9dcd086ce Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 18 Dec 2023 22:15:44 -0500 Subject: shader_recompiler: ignore clip distances beyond driver support level --- src/shader_recompiler/profile.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shader_recompiler/profile.h') diff --git a/src/shader_recompiler/profile.h b/src/shader_recompiler/profile.h index 66901a965..7578d41cc 100644 --- a/src/shader_recompiler/profile.h +++ b/src/shader_recompiler/profile.h @@ -87,6 +87,8 @@ struct Profile { bool has_broken_robust{}; u64 min_ssbo_alignment{}; + + u32 max_user_clip_distances{}; }; } // namespace Shader -- cgit v1.2.3