Browse Source

Fix building

true-eds-pre-0.0.1
CamilleLaVey 1 month ago
committed by Caio Oliveira
parent
commit
04c29645a2
No known key found for this signature in database GPG Key ID: AAAE6C7FD4186B0C
  1. 2
      src/video_core/renderer_vulkan/vk_pipeline_cache.cpp

2
src/video_core/renderer_vulkan/vk_pipeline_cache.cpp

@ -229,7 +229,7 @@ Shader::RuntimeInfo MakeRuntimeInfo(std::span<const Shader::IR::Program> program
info.xfb_varyings = varyings;
info.xfb_count = count;
} else {
LOG_WARN(Render_Vulkan, "XFB requested in pipeline key but device lacks VK_EXT_transform_feedback; ignoring XFB decorations");
LOG_WARNING(Render_Vulkan, "XFB requested in pipeline key but device lacks VK_EXT_transform_feedback; ignoring XFB decorations");
}
}
info.convert_depth_mode = gl_ndc;

Loading…
Cancel
Save