[][src]Crate vulkano_win

Enums

CreationError

Error that can happen when creating a window.

Traits

SafeBorrow

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

VkSurfaceBuild

Functions

create_vk_surface

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

required_extensions