-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
area: apiIssues related to API surfaceIssues related to API surfacearea: validationIssues related to validation, diagnostics, and error handlingIssues related to validation, diagnostics, and error handlingbackend: webgpuIssues with direct interface with WebGPUIssues with direct interface with WebGPUtype: bugSomething isn't workingSomething isn't working
Description
Since ShaderStages::all
now also includes Taks & Mesh shaders, it causes a validation error when used in a WebGPU environment.
As those were introduced only in wgpu 25, this is effectively a regression since it means that code that worked fine in 24 now breaks on 25 when run on the web!
Need to find a way to make all
only mean supported shader stages. Which isn't entirely straight forward 🤔
Metadata
Metadata
Assignees
Labels
area: apiIssues related to API surfaceIssues related to API surfacearea: validationIssues related to validation, diagnostics, and error handlingIssues related to validation, diagnostics, and error handlingbackend: webgpuIssues with direct interface with WebGPUIssues with direct interface with WebGPUtype: bugSomething isn't workingSomething isn't working