Trait lyon_extra::triangle_rasterizer::ShadingStage [] [src]

pub trait ShadingStage<Vertex, Constants> {
    fn process_block(
        &mut self,
        x: i32,
        y: i32,
        mask: BoolVec4,
        vertex: &Vertex,
        constants: &Constants
    ); fn get_size(&self) -> (usize, usize); }

Required Methods

Implementors