Add document nodes for gpu pipeline nodes (#1292)

* Add document nodes for gpu pipeline nodes

* Load existing frame instead of clearing it

* Feature gate gpu imports
This commit is contained in:
Dennis Kobert
2023-06-08 10:13:19 +02:00
committed by GitHub
parent 710ff5cd09
commit ad8c406aa0
7 changed files with 493 additions and 12 deletions
Generated
+2
View File
@@ -1872,6 +1872,7 @@ dependencies = [
"env_logger",
"futures",
"glam",
"gpu-executor",
"graph-craft",
"graphene-core",
"graphene-std",
@@ -1889,6 +1890,7 @@ dependencies = [
"specta",
"test-case",
"thiserror",
"wgpu-executor",
]
[[package]]