Browse Source

Update src/shader_recompiler/runtime_info.h

passes moltenVK flag to SPIRV emissions for format fix.
pull/3279/head
chrelliott978 1 month ago
committed by crueter
parent
commit
6ba1e1a758
  1. 3
      src/shader_recompiler/runtime_info.h

3
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<VideoCore::Surface::PixelFormat, 8> color_formats{};
/// Transform feedback state for each varying
std::array<TransformFeedbackVarying, 256> xfb_varyings{};
u32 xfb_count{0};

Loading…
Cancel
Save