diff --git a/vulkano-util/src/renderer.rs b/vulkano-util/src/renderer.rs index 3f1c4d54..d4bf9bab 100644 --- a/vulkano-util/src/renderer.rs +++ b/vulkano-util/src/renderer.rs @@ -207,7 +207,7 @@ impl VulkanoWindowRenderer { #[inline] #[must_use] // swapchain_image_views or swapchain_images_views, neither sounds good. - pub fn swapchain_image_views(&self) -> &Vec> { + pub fn swapchain_image_views(&self) -> &[Arc] { // Why do we use "final views" as the field name, // yet always externally refer to them as "swapchain image views"? &self.final_views