Hardware abstraction layer for graphics APIs, providing a unified interface for GPU programming.
# Cargo.toml
[dependencies]
gfx-hal = "0.9.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows importing the core Backend trait from gfx-hal.
Add the appropriate feature flag for your target backend, e.g., `gfx-backend-vulkan`.
No dependency data recorded yet.