Struct vulkan_rs::VkImageSwapchainCreateInfoKHX [] [src]

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

Fields

Trait Implementations

impl Default for VkImageSwapchainCreateInfoKHX
[src]

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