Graphite/node-graph/wgpu-executor/src
Keavon Chambers eb0ff20d3c
Instance tables refactor part 1: wrap graphical data in the new Instances<T> struct (#2230)
* Port VectorData to Instances<VectorData>

* Port ImageFrame<P> and TextureFrame to Instances<ImageFrame<P>> and Instances<TextureFrame>

* Avoid mutation with the TransformMut trait

* Port GraphicGroup to Instances<GraphicGroup>

* It compiles!

* Organize debugging

* Document upgrading

* Fix Brush node

* Restore TransformMut in lieu of TransformSet trait

* Fix tests

* Final code review
2025-01-28 23:51:12 -08:00
..
context.rs Integrate raw WGPU textures into Vello rendering pipeline (#1897) 2024-08-06 10:58:22 +00:00
executor.rs Update Wasm dependencies to fix WebGPU spec change crash in Firefox with Vello (#2027) 2024-10-12 14:28:39 -07:00
lib.rs Instance tables refactor part 1: wrap graphical data in the new Instances<T> struct (#2230) 2025-01-28 23:51:12 -08:00
shader.wgsl Lay groundwork for directly rendering to the canvas without a cpu roundrip (#1291) 2023-06-07 17:13:21 +02:00