aboutsummaryrefslogtreecommitdiff
path: root/src/render_helpers/mod.rs
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-11-16 11:26:40 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-11-16 22:36:01 +0300
commitb774fc1bafd3f9c612ad117986510f8710fd7cc6 (patch)
tree5c849941e364c48f49708f722649e3c610e92eac /src/render_helpers/mod.rs
parent661fcd42ad284bf4cf68581ae0979fe04b0f2838 (diff)
downloadniri-b774fc1bafd3f9c612ad117986510f8710fd7cc6.tar.gz
niri-b774fc1bafd3f9c612ad117986510f8710fd7cc6.tar.bz2
niri-b774fc1bafd3f9c612ad117986510f8710fd7cc6.zip
render_helpers: Add GradientFadeTexture
Diffstat (limited to 'src/render_helpers/mod.rs')
-rw-r--r--src/render_helpers/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render_helpers/mod.rs b/src/render_helpers/mod.rs
index 11c92185..12d6a774 100644
--- a/src/render_helpers/mod.rs
+++ b/src/render_helpers/mod.rs
@@ -22,6 +22,7 @@ pub mod border;
pub mod clipped_surface;
pub mod damage;
pub mod debug;
+pub mod gradient_fade_texture;
pub mod memory;
pub mod offscreen;
pub mod primary_gpu_texture;