Registry / other / wgpu-hal

wgpu-hal

JSON →
library29.0.3rscratesunverified

Hardware abstraction layer for wgpu, the cross-platform, safe, pure-rust graphics API.

# Cargo.toml [dependencies] wgpu-hal = "29.0.3"
INSTALL
IMPORT
SIG · WGPU-HAL
W
wgpu-hal
otherrustv29.0.3
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.

Adapter
use wgpu_hal::Adapter;

Creates a new hardware adapter for graphics operations.

use wgpu_hal::Adapter; fn main() { let adapter = Adapter::new(); println!("Adapter created"); }
Debug
Known issues
gotchaRequires a GPU backend (Vulkan, Metal, DX12) to be installed.
fix
Ensure your system has appropriate GPU drivers.
affects: >=0.1.0
Upgrade
Version history
29.0.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
wgpu-hal — cargo add wgpu-hal · libregistry