Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
rasterize
Function · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected