antvis / g-webgl-compute

A GPGPU implementation based on WebGL.
MIT License
144 stars 15 forks source link

Safari 转译 WGSL #27

Open xiaoiver opened 4 years ago

xiaoiver commented 4 years ago

问题背景

虽然各大浏览器都在实现 WebGPU API,但选择的 Shader 语言尚未达成一致:

image

资源

已知问题

ISSUE 列表:https://github.com/gpuweb/gpuweb/issues?q=is%3Aissue+is%3Aopen+label%3Awgsl

尚未明确以何种形式支持 barrier 和线程组内共享内存: https://github.com/gpuweb/gpuweb/issues/863