Struct glium_sdl2::SDL2WindowBackend [] [src]

pub struct SDL2WindowBackend { /* fields omitted */ }

Methods

impl SDL2WindowBackend
[src]

Trait Implementations

impl Backend for SDL2WindowBackend
[src]

Swaps buffers at the end of a frame.

Returns the address of an OpenGL function. Read more

Returns the dimensions of the window, or screen, etc.

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

Makes the OpenGL context the current context in the current thread.