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")
This commit is contained in:
parent
f628ef1646
commit
af7733900c
|
@ -57,7 +57,7 @@ impl Maintenance4 {
|
||||||
|
|
||||||
#[doc = "<https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/vkGetDeviceImageSparseMemoryRequirementsKHR.html>"]
|
#[doc = "<https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/vkGetDeviceImageSparseMemoryRequirementsKHR.html>"]
|
||||||
///
|
///
|
||||||
/// 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.
|
/// Be sure to [`Default::default()`]-initialize these elements and optionally set their `p_next` pointer.
|
||||||
pub unsafe fn get_device_image_sparse_memory_requirements(
|
pub unsafe fn get_device_image_sparse_memory_requirements(
|
||||||
&self,
|
&self,
|
||||||
|
|
Loading…
Reference in a new issue