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

pub struct DisplayPlane { /* fields omitted */ }

?

Methods

impl DisplayPlane
[src]

See the docs of enumerate().

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

Panic

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

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

Returns the index of the plane.

Returns true if this plane supports the given display.