spirv: Fixes and Intel specific workarounds

This commit is contained in:
ReinUsesLisp
2021-07-22 21:51:22 -04:00
committed by ameerj
parent 704c6f353f
commit 274897dfd5
11 changed files with 44 additions and 32 deletions
+3
View File
@@ -15,6 +15,9 @@ struct Profile {
bool support_fp32_denorm_preserve{};
bool support_fp16_denorm_flush{};
bool support_fp32_denorm_flush{};
// FClamp is broken and OpFMax + OpFMin should be used instead
bool has_broken_spirv_clamp{};
};
} // namespace Shader