fintelia / terra

A large scale terrain rendering library written in Rust
Apache License 2.0
504 stars 14 forks source link

WGPU Error on startup (Windows) #23

Closed Ragarnoy closed 2 years ago

Ragarnoy commented 2 years ago

Hey, when trying to run the preview on windows 11 with a 2080Ti, I get this error:

[2021-10-31T18:09:24Z ERROR wgpu_core::validation] Unexpected varying type: Array { base: [5], size: Constant([15]), stride: 4 }
[2021-10-31T18:09:24Z ERROR wgpu_core::validation] Unexpected varying type: Array { base: [5], size: Constant([15]), stride: 4 }
fintelia commented 2 years ago

Does it otherwise run? I get those also, likely caused by https://github.com/gfx-rs/wgpu/issues/1427