Make hue saturation node work on the gpu + make f32 default for user inputs

This commit is contained in:
Dennis Kobert 2023-06-18 14:51:11 +02:00 committed by Keavon Chambers
parent fea9f8ea24
commit 4abad688a2
21 changed files with 235 additions and 217 deletions

View file

@ -17,6 +17,7 @@ default = ["wgpu"]
wgpu = ["wgpu-executor", "gpu", "graphene-std/wgpu"]
wayland = ["graphene-std/wayland"]
profiling = ["wgpu-executor/profiling"]
passthrough = ["wgpu-executor/passthrough"]
[dependencies]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -601,7 +601,7 @@
{
"Value": {
"tagged_value": {
"F64": 0.0
"F32": 0.0
},
"exposed": false
}