MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / set_resolution

Method set_resolution

node-graph/libraries/canvas-utils/src/wasm.rs:49–51  ·  view source on GitHub ↗
(&mut self, resolution: glam::UVec2)

Source from the content-addressed store, hash-verified

47 self.get().context()
48 }
49 fn set_resolution(&mut self, resolution: glam::UVec2) {
50 self.get().set_resolution(resolution);
51 }
52}
53
54#[cfg(feature = "wgpu")]

Callers 1

rasterizeFunction · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected