Struct sdl2::video::gl_attr::ContextFlagsBuilder [] [src]

pub struct ContextFlagsBuilder<'a> { /* fields omitted */ }

The type that allows you to build a OpenGL context configuration.

Methods

impl<'a> ContextFlagsBuilder<'a>
[src]

[src]

Finishes the builder and applies the GL context flags to the GL context.

[src]

Sets the context into "debug" mode.

[src]

Sets the context into "forward compatible" mode.

[src]

[src]