Update for gl-rs

This commit is contained in:
Tomaka17 2014-10-21 08:11:08 +02:00
parent 6d34ef7a3d
commit 0d0c14e6ec
3 changed files with 36 additions and 5 deletions

View file

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