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

Class Texture

src/graphics/texture.rs:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[derive(Clone)]
10pub struct Texture {
11 pub(crate) raw: Rc<RawTexture>,
12}
13
14impl Texture {
15 pub fn from_file(gfx: &Graphics, path: &str, premultiply: bool) -> Texture {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected