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

Method pop_matrix

src/graphics/batch.rs:159–161  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

157 }
158
159 pub fn pop_matrix(&mut self) {
160 self.matrices.pop();
161 }
162
163 pub fn rect(&mut self, rect: Rectangle, params: DrawParams) {
164 self.push_sprite(None, Rectangle::ZERO, rect, params);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected