pub type ReleaseSwapchainImagesInfoEXT = ReleaseSwapchainImagesInfoKHR;Aliased Type§
#[repr(C)]pub struct ReleaseSwapchainImagesInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub swapchain: SwapchainKHR,
pub image_index_count: u32,
pub p_image_indices: *const u32,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_RELEASE_SWAPCHAIN_IMAGES_INFO_KHR.
p_next: *const c_voidOptional, may be null.
swapchain: SwapchainKHRThread safety: must be externally synchronized.
image_index_count: u32Length of p_image_indices.
p_image_indices: *const u32