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

pub struct DisplayMode { /* fields omitted */ }

Represents a mode on a specific display.

Methods

impl DisplayMode
[src]

Returns the display corresponding to this mode.

Returns the dimensions of the region that is visible on the monitor.

Returns the refresh rate of this mode.

Trait Implementations

impl VulkanObject for DisplayMode
[src]

The type of the object.

Returns a reference to the object.