Add the first basic version of the GPU blend node (#1243)

* Implement Gpu Blend node

* Remove duplicate shader input

* Fix formatting

---------

Co-authored-by: Dennis Kobert <dennis@kobert.dev>
This commit is contained in:
Alexandru Ică
2023-05-28 11:34:09 +03:00
committed by Keavon Chambers
co-authored by Dennis Kobert
parent 9da83d3280
commit 57415b948b
14 changed files with 369 additions and 67 deletions
Generated
+1
View File
@@ -651,6 +651,7 @@ dependencies = [
"gpu-compiler-bin-wrapper",
"gpu-executor",
"graph-craft",
"graphene-core",
"reqwest",
"serde_json",
"tempfile",