[][src]Trait euc::rasterizer::BackfaceMode

pub trait BackfaceMode {
    const ENABLED: bool;
}

This trait is for internal use only.

Associated Constants

const ENABLED: bool

Loading content...

Implementors

impl BackfaceMode for BackfaceCullingDisabled[src]

impl BackfaceMode for BackfaceCullingEnabled[src]

Loading content...