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

Method width

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

Source from the content-addressed store, hash-verified

58 }
59
60 pub fn width(&self) -> i32 {
61 self.raw.width
62 }
63
64 pub fn height(&self) -> i32 {
65 self.raw.height

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected