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

Co-authored-by:    Dennis Kobert <dennis@kobert.dev>
This commit is contained in:
Keavon Chambers
2026-07-20 21:27:13 -07:00
committed by Dennis Kobert
parent 5bc41c4c58
commit 67690d22d4
55 changed files with 1781 additions and 995 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,