Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/17cupsofcoffee/nova
/ Batch
Class
Batch
src/graphics/batch.rs:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
75
#[derive(Clone, Default)]
76
struct Batch {
77
sprites: usize,
78
texture: Option<Texture>,
79
}
80
81
pub struct Batcher {
82
mesh: Mesh,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected