feat: add gpu driven render graph pipeline
Amp-Thread-ID: https://ampcode.com/threads/T-019f9d91-77c1-7206-a60f-ed6554ce92ab Co-authored-by: Heaust Azure <heaust.azure@gmail.com>
This commit is contained in:
+3
-1
@@ -19,6 +19,7 @@ web-sys = { version = "0.3.77", features = [
|
||||
"FileList",
|
||||
"OffscreenCanvas",
|
||||
"MouseEvent",
|
||||
"PointerEvent",
|
||||
"WheelEvent",
|
||||
"KeyboardEvent",
|
||||
"Worker",
|
||||
@@ -43,4 +44,5 @@ wgpu = "26.0.1"
|
||||
thiserror = "2.0.15"
|
||||
ultraviolet = "0.10.0"
|
||||
futures = "0.3"
|
||||
gltf = { version = "1.4", features = ["extras", "names", "KHR_lights_punctual"] }
|
||||
gltf = { version = "1.4", features = ["extras", "names", "KHR_lights_punctual", "KHR_materials_ior"] }
|
||||
image = { version = "0.25", default-features = false, features = ["png", "jpeg"] }
|
||||
|
||||
Reference in New Issue
Block a user