Graphite/node-graph/interpreted-executor/src
Dennis Kobert ffc74273cc
Some checks are pending
Editor: Dev & CI / build (push) Waiting to run
Editor: Dev & CI / cargo-deny (push) Waiting to run
Implement Convert trait to convert between CPU and GPU images (#3194)
* Add upload texture trait

* Make convert trait use explicit converter

* Add gpu texture download implementation

* Add footprint to convert trait

* Cleanup texture upload / download

* Download wgpu textures aligned

* abstract texture download into converter helper

* rename module

not only doing uploads anymore
conversion looks like a ok name

* Remove into_iter call and intermediate vector allocation

---------

Co-authored-by: Timon Schelling <me@timon.zip>
2025-09-26 14:30:01 +02:00
..
dynamic_executor.rs Deprecate automatic composition (#3088) 2025-08-24 08:34:59 +00:00
lib.rs Deprecate automatic composition (#3088) 2025-08-24 08:34:59 +00:00
node_registry.rs Implement Convert trait to convert between CPU and GPU images (#3194) 2025-09-26 14:30:01 +02:00
util.rs Optimize rendering by caching intermediate render results when panning/zooming (#3147) 2025-09-11 11:35:33 +02:00