Open Bug 1878804 Opened 8 months ago Updated 7 months ago

Implement Wasm-friendly overload of setBindGroup

Categories

(Core :: Graphics: WebGPU, enhancement, P3)

enhancement

Tracking

()

People

(Reporter: jimb, Unassigned)

References

(Blocks 1 open bug)

Details

As described in emscripten#21221, the spec gives setBindGen an overload that allows it to draw dynamic offset values from a subset of a UInt32Array. This is an appealing binding for WebAssembly programs to use, as they can simply pass their entire memory object as the UInt32Array, indicating the range of their address space that holds the dynamic offsets via the offset and length arguments.

Obviously, since it's in the spec, Firefox will implement this overload. I'm mostly filing this bug to record the connection with the emscripten issue.

You need to log in before you can comment on or make changes to this bug.