[][src]Trait rendology::shader::input::InstanceInput

pub trait InstanceInput: UniformInput {
    type Vertex: Vertex + ToUniforms;
    fn to_vertex(&self) -> Self::Vertex;
}

Associated Types

Loading content...

Required methods

fn to_vertex(&self) -> Self::Vertex

Loading content...

Implementors

impl InstanceInput for Instance[src]

type Vertex = MyVertex

impl InstanceInput for Light[src]

type Vertex = MyVertex

Loading content...