Struct ash::vk::types::SwapchainCreateInfoKHR [] [src]

#[repr(C)]
pub struct SwapchainCreateInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub flags: SwapchainCreateFlagsKHR, pub surface: SurfaceKHR, pub min_image_count: uint32_t, pub image_format: Format, pub image_color_space: ColorSpaceKHR, pub image_extent: Extent2D, pub image_array_layers: uint32_t, pub image_usage: ImageUsageFlags, pub image_sharing_mode: SharingMode, pub queue_family_index_count: uint32_t, pub p_queue_family_indices: *const uint32_t, pub pre_transform: SurfaceTransformFlagsKHR, pub composite_alpha: CompositeAlphaFlagsKHR, pub present_mode: PresentModeKHR, pub clipped: Bool32, pub old_swapchain: SwapchainKHR, }

Fields

Trait Implementations

impl Debug for SwapchainCreateInfoKHR
[src]

[src]

Formats the value using the given formatter.

impl Clone for SwapchainCreateInfoKHR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more