pub struct EguiRenderRoutine {
    pub internal: RenderPass,
    /* private fields */
}

Fields

internal: RenderPass

Implementations

Creates a new render routine to render a egui UI.

Egui will always output gamma-encoded color. It will determine if to do this in the shader manually based on the output format.

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

Performs the conversion.

Performs the conversion.

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.