Apply swapchain changes
This commit is contained in:
parent
c9a65898ee
commit
0dfc8a9ff0
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ impl Rendering {
|
|||
"-> Rendering ctor: vk images ({})",
|
||||
vk_images.len()
|
||||
));
|
||||
let images = match swapchain.wrap_images(&vk_images, &queue) {
|
||||
let images = match swapchain.wrap_images(&vk_images, &queue, true) {
|
||||
Ok(images) => images,
|
||||
Err(err) => {
|
||||
write_log(format!("-> Rendering ctor: failed wrapper: {:?}", err));
|
||||
|
|
Loading…
Reference in a new issue