#gfx #gl #opengl #loader

gfx_gl

OpenGL bindings for gfx, based on gl-rs

13 releases

Uses old Rust 2015

0.6.1 Feb 4, 2020
0.6.0 Apr 22, 2019
0.5.0 Feb 13, 2018
0.4.0 Dec 2, 2017
0.1.3 Mar 14, 2015
Download history 945/week @ 2023-02-06 1451/week @ 2023-02-13 2385/week @ 2023-02-20 1490/week @ 2023-02-27 2198/week @ 2023-03-06 1623/week @ 2023-03-13 1035/week @ 2023-03-20 1335/week @ 2023-03-27 1308/week @ 2023-04-03 1064/week @ 2023-04-10 918/week @ 2023-04-17 1883/week @ 2023-04-24 2251/week @ 2023-05-01 1008/week @ 2023-05-08 1327/week @ 2023-05-15 926/week @ 2023-05-22

6,524 downloads per month
Used in 2 crates

Apache-2.0

6KB

gfx_gl

Build Status Crates.io

An OpenGL loader tailored to gfx-rs's needs.


lib.rs:

An OpenGL loader generated by gl-rs.

This is useful for directly accessing the underlying OpenGL API via the GlDevice::with_gl method. It is also used internally by the GlDevice implementation.

No runtime deps

~105KB