Struct gfx_window_sdl::Device []

pub struct Device { /* fields omitted */ }

An OpenGL device with GLSL shaders.

Methods

impl Device

Access the OpenGL directly via a closure. OpenGL types and enumerations can be found in the gl crate.

Get the OpenGL-specific driver information

Trait Implementations

impl Device for Device