Type Definition Resources
amethyst_renderer
type Resources = Resources;
Graphics resource type.
impl PipelineData<Resources> for Data
type Meta = Meta
The associated "meta" struct.
fn bake_to( &self, out: &mut RawDataSet<Resources>, meta: &Meta, mgr: &mut Manager<Resources>, acc: &mut AccessInfo<Resources>)
Dump all the contained data into the raw data set, given the mapping ("meta"), and a handle manager. Read more