Crate vulkano_win

Crate vulkano_win 

Source
👎Deprecated since 0.34.0: vulkano-win is deprecated, use Surface::required_extensions and Surface::from_window instead
Expand description

§Cargo features

FeatureDescription
raw_window_handleInclude support for the raw_window_handle library. Enabled by default.
winitInclude support for the winit library. Enabled by default.

Enums§

CreationErrorDeprecated
Error that can happen when creating a window.

Traits§

VkSurfaceBuildDeprecated

Functions§

create_surface_from_handleDeprecated
Creates a Vulkan surface from a generic window which implements HasRawWindowHandle and thus can reveal the OS-dependent handle.
create_surface_from_handle_refâš Deprecated
Creates a Vulkan surface from a generic window which implements HasRawWindowHandle and thus can reveal the OS-dependent handle, without ensuring that the window outlives the surface.
create_surface_from_winitDeprecated
Create a surface from a Winit window or a reference to it. The surface takes W to prevent it from being dropped before the surface.
required_extensionsDeprecated