jni-android-sys 0.0.10

Autogenerated glue code for access Android JVM APIs from Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


#[cfg(any(feature = "all", feature = "javax-microedition-khronos-egl-EGL11"))]
__jni_bindgen! {
    /// public interface [EGL11](https://developer.android.com/reference/javax/microedition/khronos/egl/EGL11.html)
    ///
    /// Required feature: "javax-microedition-khronos-egl-EGL11"
    public interface EGL11 ("javax/microedition/khronos/egl/EGL11") extends crate::java::lang::Object, implements crate::javax::microedition::khronos::egl::EGL10 {

        /// public static final [EGL_CONTEXT_LOST](https://developer.android.com/reference/javax/microedition/khronos/egl/EGL11.html#EGL_CONTEXT_LOST)
        pub const EGL_CONTEXT_LOST : i32 = 12302;
    }
}