Struct sdl2::video::GLContext [] [src]

pub struct GLContext { /* fields omitted */ }

Methods

impl GLContext
[src]

Returns true if the OpenGL context is the current one in the thread.

impl GLContext
[src]

Trait Implementations

impl Drop for GLContext
[src]

A method called when the value goes out of scope. Read more