#opengl

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

#1116 in Graphics APIs

Download history 2709/week @ 2024-07-20 2485/week @ 2024-07-27 2195/week @ 2024-08-03 5421/week @ 2024-08-10 2695/week @ 2024-08-17 3182/week @ 2024-08-24 2999/week @ 2024-08-31 2370/week @ 2024-09-07 2416/week @ 2024-09-14 3003/week @ 2024-09-21 2475/week @ 2024-09-28 911/week @ 2024-10-05 1829/week @ 2024-10-12 1810/week @ 2024-10-19 2285/week @ 2024-10-26 1709/week @ 2024-11-02

7,696 downloads per month
Used in 141 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