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};