Update for gl-rs
This commit is contained in:
parent
6d34ef7a3d
commit
0d0c14e6ec
3 changed files with 36 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue