Registry / other / ash-window

ash-window

JSON →
library0.13.0rscratesunverified

Interop library between ash (Vulkan bindings) and raw-window-handle.

# Cargo.toml [dependencies] ash-window = "0.13.0"
INSTALL
IMPORT
SIG · ASH-WINDOW
A
ash-window
otherrustv0.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

create_surface
use ash_window::create_surface;

Imports the surface creation function for Vulkan.

use ash_window::create_surface; fn main() { // Requires an ash::Entry and raw-window-handle println!("Surface creation function available"); }
Debug
Known issues
gotchaRequires both ash and raw-window-handle crates as dependencies.
fix
Add to Cargo.toml: ash = "0.37" and raw-window-handle = "0.5"
affects: >= 0.1.0
Upgrade
Version history
0.13.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
Meta
2
OpenAI (training)
1
Resources