Add the Pixel Preview render mode (#3881)

* Add pixel preview render mode

* Fix fmt

* Remove unused sampler

* Remove unnecessary mutex

* Code review

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
Timon
2026-03-11 02:44:00 +00:00
committed by GitHub
co-authored by Keavon Chambers
parent 35b812ccfe
commit 095c2a6d47
10 changed files with 320 additions and 19 deletions
+1
View File
@@ -1,4 +1,5 @@
pub mod any;
pub mod pixel_preview;
pub mod render_cache;
pub mod render_node;
pub mod text;