Struct glium_sdl2::SDL2WindowBackend [] [src]

pub struct SDL2WindowBackend { /* fields omitted */ }

Methods

impl SDL2WindowBackend
[src]

[src]

Trait Implementations

impl Backend for SDL2WindowBackend
[src]

[src]

Swaps buffers at the end of a frame.

[src]

Returns the address of an OpenGL function. Read more

[src]

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

[src]

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

[src]

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