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

pub struct DisplayMode { /* fields omitted */ }

Represents a mode on a specific display.

Methods

impl DisplayMode
[src]

[src]

Returns the display corresponding to this mode.

[src]

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

[src]

Returns the refresh rate of this mode.

Trait Implementations

impl VulkanObject for DisplayMode
[src]

The type of the object.

TYPE: DebugReportObjectTypeEXT = vk::DEBUG_REPORT_OBJECT_TYPE_DISPLAY_MODE_KHR_EXT

The DebugReportObjectTypeEXT of the internal Vulkan handle.

[src]

Returns a reference to the object.