↓ 15 callersMethodrun(
&'pass mut self, frame: &mut Frame<'pass, 'graph>, tris: Vec<ClippedPrimitive>, delta: TexturesDelta,
sc
crates/rad-ui/src/render.rs:140
↓ 11 callersMethodchannelReturns a slice of image data for `channel` in `[z, y, x]` order. That is, the value of texel `(x, y, z)` is at index `((d + z) * h + y) * w + x`. #
ext/nvtt/nvtt/src/lib.rs:1557
↓ 7 callersMethodrun_one(
&self, pass: &'a mut PassContext<'frame, 'graph>, push: &T, image: Res<ImageView>,
)
crates/rad-graph/src/util/render.rs:87