You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I try to pan or zoom a 3D view I get the following errors:
⚠️ unknown error cause
cause=InvalidFormatUsage(TextureUsage(RENDER_ATTACHMENT), Rgba32Float, true)
❗Wgpu validation error 630: Validation Error
Cause by:
In Device::create_texture
Texture usage Texture Usages(RENDER_ATTACHMENT) are not allowed on a texture of type Rgba32Float due to downlevel restrictions
Caused by:
In Device::create_texture
Texture usages TextureUsages(RENDER_ATTACHMENT) are not allowed on a texture of type Rgba32Float due to downlevel restrictions
[2024-11-04T14:04:24Z ERROR wgpu_core::device::global] Device::create_texture error: Texture usages TextureUsages(RENDER_ATTACHMENT) are not allowed on a texture of type Rgba32Float due to downlevel restrictions
[2024-11-04T14:04:24Z ERROR wgpu_core::device::global] Texture::create_view(Id(60,103,gl)) error: TextureId Id(60,103,gl) is invalid
[2024-11-04T14:04:24Z WARN re_renderer::error_handling::wgpu_core_error] unknown error cause cause=InvalidFormatUsages(TextureUsages(RENDER_ATTACHMENT), Rgba32Float, true)
[2024-11-04T14:04:24Z ERROR re_renderer::error_handling::error_tracker] Wgpu validation error 1141: Validation Error
Expected behavior
No error, smooth panning and zooming
Desktop (please complete the following information):
Ubuntu 22.04 on WSL
Rerun version
0.19.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When I try to pan or zoom a 3D view I get the following errors:
and the viewer lags for a bit.
I'm logging and updating the urdf with this script:
https://github.com/rerun-io/python-example-droid-dataset/blob/master/src/rerun_loader_urdf.py
Additional error logs:
Expected behavior
No error, smooth panning and zooming
Desktop (please complete the following information):
Rerun version
0.19.0
The text was updated successfully, but these errors were encountered: