Implement xray background effect

This commit is contained in:
Ivan Molodetskikh
2026-04-14 07:33:50 +00:00
parent 7f9c7d1415
commit fee8719299
34 changed files with 1485 additions and 82 deletions
+1
View File
@@ -273,6 +273,7 @@ impl TestCase for Layout {
let ctx = RenderCtx {
renderer,
target: RenderTarget::Output,
xray: None,
};
self.layout
.monitor_for_output(&self.output)