File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
node-graph/graster-nodes/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ fn luminance<T: Adjust<Color>>(
72
72
input
73
73
}
74
74
75
- #[ node_macro:: node( category( "Raster" ) , cfg ( feature = "std" ) ) ]
75
+ #[ node_macro:: node( category( "Raster" ) , shader_node ( PerPixelAdjust ) ) ]
76
76
fn gamma_correction < T : Adjust < Color > > (
77
77
_: impl Ctx ,
78
78
#[ implementations(
@@ -656,7 +656,7 @@ pub enum DomainWarpType {
656
656
// Aims for interoperable compatibility with:
657
657
// https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/#:~:text=%27mixr%27%20%3D%20Channel%20Mixer
658
658
// https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/#:~:text=Lab%20color%20only-,Channel%20Mixer,-Key%20is%20%27mixr
659
- #[ node_macro:: node( category( "Raster: Adjustment" ) , properties( "channel_mixer_properties" ) , cfg ( feature = "std" ) ) ]
659
+ #[ node_macro:: node( category( "Raster: Adjustment" ) , properties( "channel_mixer_properties" ) , shader_node ( PerPixelAdjust ) ) ]
660
660
fn channel_mixer < T : Adjust < Color > > (
661
661
_: impl Ctx ,
662
662
#[ implementations(
You can’t perform that action at this time.
0 commit comments