Graphite/node-graph/wgpu-executor/src
Dennis Kobert ffc74273cc
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
..
shader_runtime Desktop: Add rudimentary support for custom WGPU adapter selection (#3201) 2025-09-25 14:38:26 +00:00
context.rs Desktop: Add rudimentary support for custom WGPU adapter selection (#3201) 2025-09-25 14:38:26 +00:00
lib.rs Implement Convert trait to convert between CPU and GPU images (#3194) 2025-09-26 14:30:01 +02:00
texture_conversion.rs Implement Convert trait to convert between CPU and GPU images (#3194) 2025-09-26 14:30:01 +02:00