Hello everyone,
I am currently using VTK with WASM in my project, and I am considering transitioning to VTK WebGPU in the future. My main concern is whether this transition would be straightforward or if there are major differences that could cause compatibility issues. Would switching the backend to WebGPU be enough, or would I need to make additional changes to my application?
Additionally, I am using VTK 9.4.0 and trying to run the ConeMultiBackend example in Chrome. My browser is fully updated, and I have ensured that WebGPU settings are enabled (via chrome://flags/#enable-unsafe-webgpu
). However, I still encounter the following warning:
ConeMultiBackend.js:9 wgpuAdapterGetProperties is deprecated, use wgpuAdapterGetInfo instead
This seems to indicate that VTK WebGPU is using an outdated WebGPU API call (wgpuAdapterGetProperties
) that has been replaced with wgpuAdapterGetInfo
.
- Is there a known fix for this issue in VTK 9.4.0?
- Does this issue persist in the latest VTK development branch?
Any insights or guidance would be greatly appreciated!
Thanks in advance.