Update for gl_generator's changes

This commit is contained in:
Pierre Krieger 2014-12-24 08:09:16 +01:00
parent a04668e850
commit 7f6f4f8d04
7 changed files with 79 additions and 57 deletions

View file

@ -17,12 +17,7 @@ pub mod egl {
pub type NativePixmapType = super::EGLNativePixmapType;
pub type NativeWindowType = super::EGLNativeWindowType;
generate_gl_bindings! {
api: "egl",
profile: "core",
version: "1.5",
generator: "static"
}
include!(concat!(env!("OUT_DIR"), "/egl_bindings.rs"));
}
pub type khronos_utime_nanoseconds_t = khronos_uint64_t;