Registry / other / gfx-backend-dx11

gfx-backend-dx11

JSON →
library0.9.0rscratesunverified

DirectX-11 API backend for gfx-rs graphics abstraction.

# Cargo.toml [dependencies] gfx-backend-dx11 = "0.9.0"
INSTALL
IMPORT
SIG · GFX-BACKEND-DX11
G
gfx-backend-dx11
otherrustv0.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_backend_dx11::Backend;

Initialize the DirectX-11 backend for gfx-rs.

use gfx_backend_dx11::Backend; fn main() { let _backend = Backend::new(); println!("DX11 backend initialized"); }
Debug
Known issues
gotchaRequires Windows and DirectX 11 runtime
fix
Ensure the application runs on Windows with DirectX 11 installed.
affects: >=0.9.0
Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources