Struct vulkano::swapchain::PresentRegion [] [src]

pub struct PresentRegion {
    pub rectangles: Vec<RectangleLayer>,
}

Represents a region on an image.

A region consists of an arbitrary amount of rectangles.

Fields

Methods

impl PresentRegion
[src]

[src]

Returns true if this present region is compatible with swapchain.

Trait Implementations

impl Debug for PresentRegion
[src]

[src]

Formats the value using the given formatter.

impl Clone for PresentRegion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more