mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-20 01:07:03 +02:00
fix build
This commit is contained in:
parent
6985aaf614
commit
631ad933b2
1 changed files with 0 additions and 1 deletions
|
|
@ -531,7 +531,6 @@ void GraphicsPipeline::ConfigureDraw(const RescalingPushConstant& rescaling,
|
||||||
}
|
}
|
||||||
|
|
||||||
const void* const descriptor_data{guest_descriptor_queue.UpdateData()};
|
const void* const descriptor_data{guest_descriptor_queue.UpdateData()};
|
||||||
const FixedPipelineState::DynamicState dynamic_state{key.state.dynamic_state};
|
|
||||||
scheduler.Record([this, descriptor_data, bind_pipeline, rescaling_data = rescaling.Data(),
|
scheduler.Record([this, descriptor_data, bind_pipeline, rescaling_data = rescaling.Data(),
|
||||||
is_rescaling, update_rescaling,
|
is_rescaling, update_rescaling,
|
||||||
uses_render_area = render_area.uses_render_area,
|
uses_render_area = render_area.uses_render_area,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue