Struct dacite::khr_swapchain::SwapchainCreateInfoKhr [] [src]

pub struct SwapchainCreateInfoKhr {
    pub flags: SwapchainCreateFlagsKhr,
    pub surface: SurfaceKhr,
    pub min_image_count: u32,
    pub image_format: Format,
    pub image_color_space: ColorSpaceKhr,
    pub image_extent: Extent2D,
    pub image_array_layers: u32,
    pub image_usage: ImageUsageFlags,
    pub image_sharing_mode: SharingMode,
    pub queue_family_indices: Option<Vec<u32>>,
    pub pre_transform: SurfaceTransformFlagBitsKhr,
    pub composite_alpha: CompositeAlphaFlagBitsKhr,
    pub present_mode: PresentModeKhr,
    pub clipped: bool,
    pub old_swapchain: Option<SwapchainKhr>,
    pub chain: Option<SwapchainCreateInfoChainKhr>,
}

Fields

Trait Implementations

impl Debug for SwapchainCreateInfoKhr
[src]

Formats the value using the given formatter.

impl Clone for SwapchainCreateInfoKhr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SwapchainCreateInfoKhr
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.