Struct vulkan_rs::VkDeviceGroupSwapchainCreateInfoKHX [] [src]

#[repr(C)]
pub struct VkDeviceGroupSwapchainCreateInfoKHX { pub sType: VkStructureType, pub pNext: *const c_void, pub modes: VkDeviceGroupPresentModeFlagsKHX, }

Structure specifying parameters of a newly created swapchain object

Fields

the type of this structure

NULL or a pointer to an extension-specific structure

a bitfield of modes that the swapchain can: be used with

Trait Implementations

impl Default for VkDeviceGroupSwapchainCreateInfoKHX
[src]

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