The workaround: https://github.com/pygfx/wgpu-py/blob/22a1e3d4b86a6a829b54f6a30230000b3399d9dc/wgpu/backends/wgpu_native/_api.py#L2556-L2562 Links: * Same issue in wgpu-native: https://github.com/gfx-rs/wgpu-native/issues/305 * The upstream fix: https://github.com/gfx-rs/wgpu/pull/9307
The workaround:
wgpu-py/wgpu/backends/wgpu_native/_api.py
Lines 2556 to 2562 in 22a1e3d
Links: