shaders: Add clipped-surface shader

This commit is contained in:
Victoria Brekenfeld 2025-12-08 17:58:38 +01:00 committed by Victoria Brekenfeld
parent ea429a778e
commit 2f39c9682c
5 changed files with 369 additions and 2 deletions

View file

@ -88,6 +88,7 @@ parking_lot = "0.12.5"
logind-zbus = { version = "5.3.2", optional = true }
futures-executor = { version = "0.3.31", features = ["thread-pool"] }
futures-util = "0.3.31"
cgmath = "0.18.0"
[dependencies.id_tree]
branch = "feature/copy_clone"