[go: up one dir, main page]

gfx_gl 0.6.0

OpenGL bindings for gfx, based on gl-rs
Documentation
1
2
3
4
5
6
7
8
9
10
#![crate_name = "gfx_gl"]
#![crate_type = "lib"]

//! An OpenGL loader generated by [gl-rs](https://github.com/brendanzab/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.

include!(concat!(env!("OUT_DIR"), "/gl_bindings.rs"));