shader_recompiler: Implement fallback path for missing shaderFloat16 support. (#3604)

This commit is contained in:
squidbus
2025-09-18 00:43:47 -07:00
committed by GitHub
parent 1e949c5813
commit 0eff74223a
15 changed files with 31 additions and 421 deletions

View File

@@ -13,6 +13,7 @@ struct Profile {
bool support_int8{};
bool support_int16{};
bool support_int64{};
bool support_float16{};
bool support_float64{};
bool support_fp32_denorm_preserve{};
bool support_fp32_denorm_flush{};