You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I'm implementing Path Tracer refer to your WebGPU-Path-Tracer. Your project is using array texture, but I want to use descriptor indexing to support unbound texture!
I know you have already implemet it in your dawn fork, can you give me a example to show how to use descriptor indexing with this project(webgpu node)?