MCPcopy Create free account
hub / github.com/PerroEngine/Perro / has_mesh

Method has_mesh

perro_source/render_stack/perro_graphics/src/resources.rs:656–658  ·  view source on GitHub ↗
(&self, id: MeshID)

Source from the content-addressed store, hash-verified

654 }
655 self.purge_stale_material_source(source, id);
656 }
657 let (index, generation) = self.materials.create_parts();
658 let id = MaterialID::from_parts(index, generation);
659 self.material_by.insert(id, material);
660 self.material_revision = self.material_revision.wrapping_add(1);
661 if let Some(source) = source {

Callers 9

mesh_meta_mutMethod · 0.80
create_meshMethod · 0.80
create_mesh_with_idMethod · 0.80
mesh_sourceMethod · 0.80
has_mesh_sourceMethod · 0.80
mesh_id_for_sourceMethod · 0.80
draw_readinessFunction · 0.80
prepareMethod · 0.80

Calls 2

indexMethod · 0.80
contains_partsMethod · 0.45

Tested by

no test coverage detected