Improve graphics driver support and debugging
- Support WGPU_FORCE_FALLBACK to run on CPU - Pass display when creating wgpu instance - Pass compatible surface when constructing adapter - Log some settings (at debug level)
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
thread-priority = "3"
|
||||
tokio = { version = "1", features = ["io-util", "macros", "net", "rt", "sync", "time"] }
|
||||
tracing = { version = "0.1", features = ["release_max_level_info"] }
|
||||
tracing = { version = "0.1", features = ["release_max_level_debug"] }
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
wgpu = "29"
|
||||
wholesym = "0.8"
|
||||
|
||||
Reference in New Issue
Block a user