Struct gfx::pso::resource::Sampler [] [src]

pub struct Sampler(_);

Sampler component. - init: &str = name of the sampler - data: Sampler

Trait Implementations

impl<'a> DataLink<'a> for Sampler

type Init = &'a str

fn new() -> Self

fn is_active(&self) -> bool

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

type Data = Sampler<R>

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