mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-28 07:33:14 -04:00
Update for gl-rs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user