Struct vulkan_rs::VkBindImageMemorySwapchainInfoKHX [] [src]

#[repr(C)]
pub struct VkBindImageMemorySwapchainInfoKHX { pub sType: VkStructureType, pub pNext: *const c_void, pub swapchain: VkSwapchainKHR, pub imageIndex: u32, }

Structure specifying swapchain image memory to bind to

Fields

the type of this structure

NULL or a pointer to an extension-specific structure

VK_NULL_HANDLE or a swapchain handle

an image index within swapchain

Trait Implementations

impl Default for VkBindImageMemorySwapchainInfoKHX
[src]

Returns the "default value" for a type. Read more