chore: update default presenting mode
This commit is contained in:
parent
d6bfde081e
commit
79740ac245
|
@ -363,7 +363,7 @@ fn surface_config(
|
||||||
format,
|
format,
|
||||||
width: size.width as u32,
|
width: size.width as u32,
|
||||||
height: size.height as u32,
|
height: size.height as u32,
|
||||||
present_mode: PresentMode::Mailbox,
|
present_mode: PresentMode::Fifo,
|
||||||
alpha_mode,
|
alpha_mode,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue