Trait gfx::pso::PipelineInit [−][src]
A service trait implemented by the “init” structure of PSO.
Associated Types
Loading content...Required methods
fn link_to<'s>(
&self,
_: &mut Descriptor,
_: &'s ProgramInfo
) -> Result<Self::Meta, InitError<&'s str>>
[src]
&self,
_: &mut Descriptor,
_: &'s ProgramInfo
) -> Result<Self::Meta, InitError<&'s str>>
Attempt to map a PSO descriptor to a give shader program,
represented by ProgramInfo
. Returns an instance of the
“meta” struct upon successful mapping.