From 6ba1e1a758932d64ee31f8b9dd80d65aece849cf Mon Sep 17 00:00:00 2001 From: chrelliott978 Date: Tue, 6 Jan 2026 00:14:43 +0100 Subject: [PATCH] Update src/shader_recompiler/runtime_info.h passes moltenVK flag to SPIRV emissions for format fix. --- src/shader_recompiler/runtime_info.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shader_recompiler/runtime_info.h b/src/shader_recompiler/runtime_info.h index dc54d932a6..c1822b8d2f 100644 --- a/src/shader_recompiler/runtime_info.h +++ b/src/shader_recompiler/runtime_info.h @@ -100,7 +100,8 @@ struct RuntimeInfo { bool y_negate{}; /// Use storage buffers instead of global pointers on GLASM bool glasm_use_storage_buffers{}; - + bool is_moltenvk{}; + std::array color_formats{}; /// Transform feedback state for each varying std::array xfb_varyings{}; u32 xfb_count{0};