Skip to main content

edgefirst_gl/
gl.rs

1// This module is machine-generated FFI (gl_generator) plus a re-export; don't
2// lint generated bindings.
3#![allow(non_upper_case_globals)]
4#![allow(non_camel_case_types)]
5#![allow(non_snake_case)]
6#![allow(improper_ctypes)]
7#![allow(dead_code)]
8#![allow(clippy::all)]
9
10include!(concat!(env!("OUT_DIR"), "/gl_bindings.rs"));
11
12// Re-export the generated GL type aliases (GLenum, GLuint, …).
13pub use types::*;