[][src]Trait rendology::scene::SceneCore

pub trait SceneCore {
    type Params: UniformInput + Clone;
    type Instance: InstanceInput + Clone;
    type Vertex: Vertex;
    fn scene_core(
        &self
    ) -> Core<(Context, Self::Params), Self::Instance, Self::Vertex>; }

Associated Types

Loading content...

Required methods

fn scene_core(
    &self
) -> Core<(Context, Self::Params), Self::Instance, Self::Vertex>

Loading content...

Implementors

impl SceneCore for Core[src]

Loading content...