KhronosGroup / SPIRV-Cross

SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.
Apache License 2.0
2.01k stars 556 forks source link

Is there any plan to support translating SPIRV to WGSL #2030

Closed jianliang79 closed 1 year ago

jianliang79 commented 1 year ago
WebGPU will be officially supported in chrome 109 according to this link:
https://chromestatus.com/feature/6213121689518080
WGSL will be the shader language used by WebGPU (SPIRV support seems to be dropped by WebGPU), Is there any plan to support translating SPIRV to WGSL with SPIRV-Cross project?
HansKristian-Work commented 1 year ago

No. WebGPU provides their own tooling for this.