Registry / other / gfx-core

gfx-core

JSON →
library0.9.2rscratesunverified

Core library of the Gfx-rs graphics abstraction layer.

# Cargo.toml [dependencies] gfx_core = "0.9.2"
INSTALL
IMPORT
SIG · GFX-CORE
G
gfx-core
otherrustv0.9.2
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.

RenderTargetView
use gfx_core::handle::RenderTargetView;

Imports the RenderTargetView handle type from gfx-core.

use gfx_core::handle::RenderTargetView; fn main() { // Example usage requires a device; this is a placeholder. println!("gfx-core provides core types for graphics."); }
Debug
Known issues
breakingDeprecated in favor of gfx-hal and wgpu.
fix
Migrate to wgpu for modern graphics.
affects: >=0.9.0
Upgrade
Version history
0.9.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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