Registry / other / gfx
library0.18.3rscratesunverified

A high-performance, bindless graphics API for Rust.

# Cargo.toml [dependencies] gfx = "0.18.3"
INSTALL
IMPORT
SIG · GFX
G
gfx
otherrustv0.18.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.

Factory
use gfx::prelude::*;

Initializes a graphics device using the gfx API.

use gfx::prelude::*; fn main() { let mut factory: gfx::Device = gfx::Device::new(); println!("Graphics device initialized"); }
Debug
Known issues
gotchaRequires a GPU backend (Vulkan, Metal, DX12) and may not work on all systems.
fix
Ensure appropriate graphics drivers are installed and use feature flags for specific backends.
affects: >=0.18.0
Upgrade
Version history
0.18.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gfx — cargo add gfx · libregistry