Relative Content

Tag Archive for bevywgpu-rs

Using bevy 3d results in error spam from WGPU-HAL

The exact error message I am getting: 2024-06-10T19:28:29.823391Z ERROR log: wgpu-hal heuristics assumed that the view dimension will be equal to `D2` rather than `D2Array`. `D2` textures with `depth_or_array_layers == 1` are assumed to have view dimension `D2` `D2` textures with `depth_or_array_layers > 1` are assumed to have view dimension `D2Array` `D2` textures with `depth_or_array_layers […]