Struct amethyst_renderer::ComboMeshCreator [−][src]
pub struct ComboMeshCreator { /* fields omitted */ }Mesh creator for VertexBufferCombination.
Methods
impl ComboMeshCreator[src]
impl ComboMeshCreatorpub fn new(combo: VertexBufferCombination) -> Self[src]
pub fn new(combo: VertexBufferCombination) -> SelfCreate a new combo mesh creator with the given combo
Trait Implementations
impl Debug for ComboMeshCreator[src]
impl Debug for ComboMeshCreatorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl MeshCreator for ComboMeshCreator[src]
impl MeshCreator for ComboMeshCreatorfn build(self: Box<Self>, renderer: &mut Renderer) -> Result<Mesh>[src]
fn build(self: Box<Self>, renderer: &mut Renderer) -> Result<Mesh>Build a mesh given a Renderer
impl From<VertexBufferCombination> for ComboMeshCreator[src]
impl From<VertexBufferCombination> for ComboMeshCreatorfn from(combo: VertexBufferCombination) -> Self[src]
fn from(combo: VertexBufferCombination) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for ComboMeshCreator
impl Send for ComboMeshCreatorimpl Sync for ComboMeshCreator
impl Sync for ComboMeshCreator