Trait khronos_egl::Api[][src]

pub trait Api {
    fn version(&self) -> Version;
}

EGL API provider.

Required methods

fn version(&self) -> Version[src]

Version of the provided EGL API.

Loading content...

Implementors

Loading content...