Crate vulkano_win[][src]

Enums

Error that can happen when creating a window.

Traits

An alternative to Borrow<T> with the requirement that all calls to borrow return the same object.

Functions

Create a surface from the window type W. The surface borrows the window to prevent it from being dropped before the surface.

Creates a vulkan surface from a generic window which implements HasRawWindowHandle and thus can reveal the os-dependent handle