Function wgpu_hal::gles::egl::choose_config

source ยท
fn choose_config(
    egl: &DynamicInstance<EGL1_4>,
    display: Display,
    srgb_kind: SrgbFrameBufferKind,
) -> Result<(Config, bool), InstanceError>
Expand description

Choose GLES framebuffer configuration.