mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-23 23:35:54 +00:00
Fix 2583. (#2584)
* fix triangle-util and viewport extent docs * fmt * Revert "fmt" This reverts commit516b11b3ee
. * Revert "fix triangle-util and viewport extent docs" This reverts commitb70ebad5ba
. * Marc's better way.
This commit is contained in:
parent
f73e46fc34
commit
0815e76659
@ -369,6 +369,7 @@ impl ApplicationHandler for App {
|
||||
// and the dynamic state viewport.
|
||||
rcx.framebuffers =
|
||||
window_size_dependent_setup(swapchain_images, &rcx.render_pass);
|
||||
rcx.viewport.extent = window_size.into();
|
||||
})
|
||||
.unwrap();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user