-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
error[E0063]: missing field alpha_mode in initializer of SurfaceConfiguration
--> src\render\wgpu_context.rs:57:22
|
57 | let config = wgpu::SurfaceConfiguration {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ missing alpha_mode
I got this running by adding the following line (/src/render/wgpu_context, line #63):
alpha_mode: wgpu::CompositeAlphaMode::Opaque
Pull request?
Metadata
Metadata
Assignees
Labels
No labels