Registry / other / gfx-backend-gl

gfx-backend-gl

JSON →
library0.9.0rscratesunverified

OpenGL backend for gfx-rs, enabling graphics rendering via OpenGL.

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

Minimal usage of the gfx-backend-gl crate to initialize the OpenGL backend.

use gfx_backend_gl::Backend; fn main() { let _backend = Backend; println!("OpenGL backend initialized"); }
Debug
Known issues
gotchaRequires OpenGL 3.3+ support; may fail on older hardware or virtual environments.
fix
Ensure your system supports OpenGL 3.3 or higher.
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
gfx-backend-gl — cargo add gfx-backend-gl · libregistry