Skip to content

[Bug] After Chrome version bump to 113 with WebGPU support, vtk.js render edge error  #2819

@supriome

Description

@supriome

Bug description

vtk.js support webgpu if browser support webgpu, and when chrome v113 start support WebGPU by default, vtk.js render edge with some problem, you can see the line was been broken, and you can't change different render mode, if you switch mode Surface with Surface with Edge, you can't switch back. A error show Uncaught TypeError: Cannot read properties of null (reading 'getRenderable') because WebGPUActor.getRenderable() not exsit. Then your app is broken.

image

image

Steps to reproduce

Upgrade Chrome to version 113, and then go to the GeometryViewer example.

Detailed Behavior

No response

Expected Behavior

You can manually choose whether to support WebGPU feature.

Environment

  • vtk.js version: 27.4.1
  • Browsers: Chrome v113
  • OS: MacOS and Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions