VkSwapchain: remove useless lifetime
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 0s

This commit is contained in:
Florian RICHER 2024-11-15 22:43:15 +01:00
parent 174e12591c
commit 5272bf14e8
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77

View file

@ -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>,