Struct gfx::pso::target::BlendRef [] [src]

pub struct BlendRef;

Blend reference component. Sets up the reference color for blending. - init: () - data: ColorValue

Trait Implementations

impl<'a> DataLink<'a> for BlendRef

type Init = ()

fn new() -> Self

fn is_active(&self) -> bool

impl<R: Resources> DataBind<R> for BlendRef

type Data = ColorValue

fn bind_to(&self, out: &mut RawDataSet<R>, data: &Self::Data, _: &mut Manager<R>)