[][src]Module vulkano::swapchain::display

Allows you to create surfaces that fill a whole display, outside of the windowing system.

As far as the author knows, no existing device supports these features. Therefore the code here is mostly a draft and needs rework in both the API and the implementation.

The purpose of the objects in this module is to let you create a Surface object that represents a location on the screen. This is done in four steps:

Structs

Display

Represents a monitor connected to a physical device.

DisplayMode

Represents a mode on a specific display.

DisplayPlane

?