👎Deprecated since 0.34.0: vulkano-win is deprecated, use
Surface::required_extensions and Surface::from_window insteadExpand description
§Cargo features
| Feature | Description |
|---|---|
raw_window_handle | Include support for the raw_window_handle library. Enabled by default. |
winit | Include support for the winit library. Enabled by default. |
Enums§
- Creation
Error Deprecated - Error that can happen when creating a window.
Traits§
- VkSurface
Build Deprecated
Functions§
- create_
surface_ from_ handle Deprecated - Creates a Vulkan surface from a generic window which implements
HasRawWindowHandleand thus can reveal the OS-dependent handle. - create_
surface_ âšfrom_ handle_ ref Deprecated - Creates a Vulkan surface from a generic window which implements
HasRawWindowHandleand thus can reveal the OS-dependent handle, without ensuring that the window outlives the surface. - create_
surface_ from_ winit Deprecated - Create a surface from a Winit window or a reference to it. The surface takes
Wto prevent it from being dropped before the surface. - required_
extensions Deprecated