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

pub struct DisplayPlane { /* fields omitted */ }

?

Methods

impl DisplayPlane
[src]

[src]

See the docs of enumerate().

[src]

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

Panic

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

[src]

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

[src]

Returns the index of the plane.

[src]

Returns true if this plane supports the given display.