Update smithay, and adjust to use sync points from blit calls
This commit is contained in:
parent
7f7ab8bcbe
commit
f0e0084608
4 changed files with 10 additions and 6 deletions
|
|
@ -1729,7 +1729,8 @@ fn send_screencopy_result<'a>(
|
|||
|
||||
if let Some(fb) = fb.as_mut() {
|
||||
for rect in adjusted.iter().copied() {
|
||||
renderer
|
||||
// TODO: On Vulkan, may need to combine sync points instead of just using latest?
|
||||
sync = renderer
|
||||
.blit(&mut tex_fb, fb, rect, rect, TextureFilter::Linear)
|
||||
.map_err(
|
||||
RenderError::<<GlMultiRenderer as RendererSuper>::Error>::Rendering,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue