pub struct ContextFlagsBuilder<'a> { /* private fields */ }
Expand description

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

Implementations

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

Sets the context into “debug” mode.

Sets the context into “forward compatible” mode.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.