Struct gfx_device_gl::Info [] [src]

pub struct Info {
    pub platform_name: PlatformName,
    pub version: Version,
    pub shading_language: Version,
    pub extensions: HashSet<&'static str>,
}

OpenGL implementation information

Fields

The platform identifier

The OpenGL API vesion number

The GLSL vesion number

The extensions supported by the implementation

Methods

impl Info
[src]

Returns true if the implementation supports the extension

Trait Implementations

impl Debug for Info
[src]

Formats the value using the given formatter.