Convert the node catalog to rank-polymorphic Item and List kernels, materialize stored values as ranked wires, and display wire rank in the graph

This commit is contained in:
Keavon Chambers
2026-07-20 21:27:13 -07:00
committed by Dennis Kobert
parent ead622b969
commit 8bddd5680b
46 changed files with 1281 additions and 456 deletions

View File

@@ -20,7 +20,7 @@ fn upload_to_texture(device: &wgpu::Device, queue: &wgpu::Queue, image: &Raster<
device.create_texture_with_data(
queue,
&TextureDescriptor {
label: Some("upload_texture node texture"),
label: Some("upload_to_texture staging texture"),
size: Extent3d {
width: image.width,
height: image.height,