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

Method size

src/graphics/texture.rs:68–70  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

66 }
67
68 pub fn size(&self) -> (i32, i32) {
69 (self.raw.width, self.raw.height)
70 }
71
72 pub fn set_data(&self, data: &[u8]) {
73 self.raw

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected