[][src]Trait khronos_egl::Api

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

EGL API provider.

Required methods

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

Version of the provided EGL API.

Loading content...

Implementors

Loading content...