Registry / other / vulkano

vulkano

JSON →
library0.35.2rscratesunverified

Safe wrapper for the Vulkan graphics API.

# Cargo.toml [dependencies] vulkano = "0.35.2"
INSTALL
IMPORT
SIG · VULKANO
V
vulkano
otherrustv0.35.2
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.

Instance
✓ use vulkano::instance::Instance;

Creates a Vulkan instance.

use vulkano::instance::Instance; let instance = Instance::new(Default::default()).expect("failed to create instance"); println!("Vulkan instance created");
Debug
Known issues
gotchaRequires Vulkan SDK and drivers installed on the system.
fix
Install Vulkan SDK from https://vulkan.lunarg.com/
affects: >=0.1.0
Upgrade
Version history
0.35.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
Resources
vulkano — cargo add vulkano · libregistry