Struct vulkano::swapchain::display::Display [] [src]

pub struct Display { /* fields omitted */ }

Represents a monitor connected to a physical device.

Methods

impl Display
[src]

See the docs of enumerate().

Enumerates all the displays that are available on a given physical device.

Panic

  • Panics if the device or host ran out of memory.

Returns the name of the display.

Returns the physical device that was used to create this display.

Returns the physical resolution of the display.

See the docs of display_modes().

Returns a list of all modes available on this display.

Panic

  • Panics if the device or host ran out of memory.

Trait Implementations

impl Clone for Display
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl VulkanObject for Display
[src]

The type of the object.

Returns a reference to the object.