pub struct InternalGlContext<'a> {
    pub quad_context: &'a mut Context,
    pub quad_gl: &'a mut QuadGl,
}

Fields

quad_context: &'a mut Contextquad_gl: &'a mut QuadGl

Implementations

Draw all the batched stuff and reset the internal state cache May be helpful for combining macroquad’s drawing with raw miniquad/opengl calls

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.