From af7733900cbd69618fc5ba9e15cf1473ba505eb1 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Fri, 19 Nov 2021 10:30:37 +0100 Subject: [PATCH] maintenance4: Fix documented output parameter now named `out` This naming was changed at the last resort across the other `_len()` variant calls to be consistent, but the maintenance4 PR didn't have its documentation updated (probably some rust-analyzer "rename symbol" action). Fixes: 50d58fd ("extensions: Add VK_KHR_maintenance4") --- ash/src/extensions/khr/maintenance4.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ash/src/extensions/khr/maintenance4.rs b/ash/src/extensions/khr/maintenance4.rs index b95b858..acdcaa9 100644 --- a/ash/src/extensions/khr/maintenance4.rs +++ b/ash/src/extensions/khr/maintenance4.rs @@ -57,7 +57,7 @@ impl Maintenance4 { #[doc = ""] /// - /// Call [`Self::get_device_image_sparse_memory_requirements_len()`] to query the number of elements to pass to `sparse_memory_requirements`. + /// Call [`Self::get_device_image_sparse_memory_requirements_len()`] to query the number of elements to pass to `out`. /// Be sure to [`Default::default()`]-initialize these elements and optionally set their `p_next` pointer. pub unsafe fn get_device_image_sparse_memory_requirements( &self,