Trait gfx::pso::PipelineData [−][src]
a service trait implemented the “data” structure of PSO.
Associated Types
Loading content...Required methods
fn bake_to(
&self,
_: &mut RawDataSet<R>,
_: &Self::Meta,
_: &mut Manager<R>,
_: &mut AccessInfo<R>
)
[src]
&self,
_: &mut RawDataSet<R>,
_: &Self::Meta,
_: &mut Manager<R>,
_: &mut AccessInfo<R>
)
Dump all the contained data into the raw data set, given the mapping (“meta”), and a handle manager.