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

Functions

  • Creates a Vulkan surface from a generic window which implements HasRawWindowHandle and thus can reveal the OS-dependent handle.
  • 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 a surface from a Winit window or a reference to it. The surface takes W to prevent it from being dropped before the surface.
  • Creates a Win32Monitor from a Winit monitor handle.