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

#950 in Graphics APIs

Download history 2423/week @ 2024-01-10 2434/week @ 2024-01-17 1874/week @ 2024-01-24 1416/week @ 2024-01-31 2540/week @ 2024-02-07 2783/week @ 2024-02-14 2667/week @ 2024-02-21 2795/week @ 2024-02-28 2788/week @ 2024-03-06 2326/week @ 2024-03-13 3156/week @ 2024-03-20 2951/week @ 2024-03-27 3326/week @ 2024-04-03 2516/week @ 2024-04-10 2812/week @ 2024-04-17 2441/week @ 2024-04-24

11,666 downloads per month
Used in 138 crates (3 directly)

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