↓ 2 callersMethodsort(
&'pass self, frame: &mut Frame<'pass, '_>, mut keys: Res<BufferHandle>, mut vals: Res<BufferHandle>,
ele
crates/rad-renderer/src/sort.rs:52
↓ 2 callersMethodstage_buffer_new(
&mut self, name: &str, dst: D, offset: u64, data: impl AsRef<[u8]> + 'pass,
)
crates/rad-graph/src/util/staging.rs:37
↓ 2 callersMethodstart_empty(
&self, pass: &'a mut PassContext<'frame, 'graph>, push: &T, size: vk::Extent2D,
)
crates/rad-graph/src/util/render.rs:46
↓ 1 callersMethodbuild_inner(
&self, groups: &[MeshletGroup], out: &mut Vec<BvhNode>, max_depth: &mut u32, node: u32, depth: u32,
)
crates/rad-renderer/src/assets/mesh/virtual_mesh.rs:750
↓ 1 callersMethodchannel_mutReturns a mutable 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 +
ext/nvtt/nvtt/src/lib.rs:1599
↓ 1 callersFunctionconvert_meshlets(
Mesh { vertices, .. }: &Mesh, meshlets: Meshlets, bvh: Vec<BvhNode>, bvh_depth: u32,
)
crates/rad-renderer/src/assets/mesh/virtual_mesh.rs:515