Registry / other / vulkano-util

vulkano-util

JSON →
library0.35.0rscratesunverified

Utility functionality to make usage of vulkano easier, including common setup and helpers.

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

VulkanoApplication
✓ use vulkano_util::VulkanoApplication;

Create a new Vulkan application using vulkano-util.

use vulkano_util::VulkanoApplication; fn main() { let app = VulkanoApplication::new().expect("Failed to create Vulkan application"); println!("Vulkan application created"); }
Debug
Known issues
gotchaRequires a Vulkan-capable GPU and drivers.
fix
Ensure Vulkan drivers are installed (e.g., mesa-vulkan-drivers on Linux).
affects: >=0.35.0
Upgrade
Version history
0.35.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
vulkano-util — cargo add vulkano-util · libregistry