Skip to main content

ReleaseSwapchainImagesInfoEXT

Type Alias ReleaseSwapchainImagesInfoEXT 

Source
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: StructureType

Must be VK_STRUCTURE_TYPE_RELEASE_SWAPCHAIN_IMAGES_INFO_KHR.

§p_next: *const c_void

Optional, may be null.

§swapchain: SwapchainKHR

Thread safety: must be externally synchronized.

§image_index_count: u32

Length of p_image_indices.

§p_image_indices: *const u32