Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
pub struct Mesh {
26
pub(crate) raw: Rc<RawMesh>,
27
}
28
29
impl 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