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

Method with_features

node-graph/libraries/wgpu-executor/src/context.rs:35–38  ·  view source on GitHub ↗
(mut self, features: Features)

Source from the content-addressed store, hash-verified

33 self.backends = backends;
34 self
35 }
36 pub fn with_features(mut self, features: Features) -> Self {
37 self.features = features;
38 self
39 }
40 pub fn with_selection(mut self, index: usize) -> Self {
41 self.selection = Some(index);

Callers 1

create_wgpu_contextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected