Registry / networking / gfx-hal

gfx-hal

JSON →
library0.9.0rscratesunverified

Hardware abstraction layer for graphics APIs, providing a unified interface for GPU programming.

# Cargo.toml [dependencies] gfx-hal = "0.9.0"
INSTALL
IMPORT
SIG · GFX-HAL
G
gfx-hal
networkingrustv0.9.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.

Backend
use gfx_hal::Backend;

Shows importing the core Backend trait from gfx-hal.

use gfx_hal::Backend; fn main() { println!("gfx-hal backend trait available"); }
Debug
Known issues
gotchaRequires a specific graphics backend (Vulkan, Metal, DX12) to be enabled via feature flags.
fix
Add the appropriate feature flag for your target backend, e.g., `gfx-backend-vulkan`.
affects: >=0.9.0
Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources
gfx-hal — cargo add gfx-hal · libregistry