edgefirst-gl 0.26.0

Minimal OpenGL ES bindings — a trimmed, maintained fork of `gls`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// This module is machine-generated FFI (gl_generator) plus a re-export; don't
// lint generated bindings.
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(improper_ctypes)]
#![allow(dead_code)]
#![allow(clippy::all)]

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

// Re-export the generated GL type aliases (GLenum, GLuint, …).
pub use types::*;