Shaders: graster-nodes no-std prep (#2924)

* raster-nodes: remove commented out index node

* raster-nodes: move `CubicSplines` to separate mod

* raster-nodes: create `mod blending_nodes` and move assoc nodes

* raster-nodes: move node `gradient_map` to its own mod
This commit is contained in:
Firestar99
2025-07-24 13:32:10 +00:00
committed by GitHub
parent 59f3835c5d
commit e7b8b5a3b6
9 changed files with 426 additions and 421 deletions
+5
View File
@@ -1,7 +1,12 @@
pub mod adjust;
pub mod adjustments;
pub mod blending_nodes;
pub mod cubic_spline;
pub mod curve;
pub mod dehaze;
pub mod filter;
pub mod generate_curves;
pub mod gradient_map;
pub mod image_color_palette;
pub mod std_nodes;