mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
Make hue saturation node work on the gpu + make f32 default for user inputs
This commit is contained in:
parent
fea9f8ea24
commit
4abad688a2
21 changed files with 235 additions and 217 deletions
|
@ -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
1
node-graph/graphene-cli/test_files/hue_gpu.graphite
Normal file
1
node-graph/graphene-cli/test_files/hue_gpu.graphite
Normal file
File diff suppressed because one or more lines are too long
|
@ -601,7 +601,7 @@
|
|||
{
|
||||
"Value": {
|
||||
"tagged_value": {
|
||||
"F64": 0.0
|
||||
"F32": 0.0
|
||||
},
|
||||
"exposed": false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue