VkSwapchain: remove useless lifetime
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 0s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 0s
This commit is contained in:
parent
174e12591c
commit
5272bf14e8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ pub struct VkSwapchain {
|
|||
}
|
||||
|
||||
impl VkSwapchain {
|
||||
pub(super) fn new<'a, 'b>(
|
||||
pub(super) fn new(
|
||||
window: &Window,
|
||||
surface: Arc<VkSurface>,
|
||||
device: Arc<VkDevice>,
|
||||
|
|
Loading…
Reference in a new issue