MCPcopy Create free account
hub / github.com/17cupsofcoffee/nova / Mesh

Class Mesh

src/graphics/mesh.rs:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25pub struct Mesh {
26 pub(crate) raw: Rc<RawMesh>,
27}
28
29impl Mesh {
30 pub fn new(gfx: &Graphics, vertex_count: usize, index_count: usize) -> Mesh {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected