Browse Source

fix build

lizzie/vkexperiments1-highp-fucked
CamilleLaVey 1 week ago
committed by lizzie
parent
commit
33f1fb1cf4
  1. 2
      src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp

2
src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp

@ -539,7 +539,7 @@ void GraphicsPipeline::ConfigureDraw(const RescalingPushConstant& rescaling,
scheduler.Record([this, descriptor_data, bind_pipeline, rescaling_data = rescaling.Data(),
is_rescaling, update_rescaling,
uses_render_area = render_area.uses_render_area,
render_area_data = render_area.words, dynamic_state](vk::CommandBuffer cmdbuf) {
render_area_data = render_area.words](vk::CommandBuffer cmdbuf) {
if (bind_pipeline) {
cmdbuf.BindPipeline(VK_PIPELINE_BIND_POINT_GRAPHICS, *pipeline);
}

Loading…
Cancel
Save