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
Add BCD data points for these changes, to GPUComputePassEncoder.setBindGroup, GPURenderPassEncoder.setBindGroup, and GPURenderBundleEncoder.setBindGroup. They shipped in Chrome 117.
The text was updated successfully, but these errors were encountered:
See https://developer.chrome.com/blog/new-in-webgpu-117#unset_bind_group for change description.
Note that the above link does not mention GPUComputePassEncoder/setBindGroup, but I tested it and it works there as well.
Acceptance criteria
bindGroup
at https://developer.mozilla.org/en-US/docs/Web/API/GPUComputePassEncoder/setBindGroup#bindgroup, https://developer.mozilla.org/en-US/docs/Web/API/GPURenderPassEncoder/setBindGroup#bindgroup, and https://developer.mozilla.org/en-US/docs/Web/API/GPURenderBundleEncoder/setBindGroup#bindgroup to say thatnull
can be passed to unset a previously-set bind group in a particular slot. Use the same kind of text as https://developer.mozilla.org/en-US/docs/Web/API/GPURenderPassEncoder/setVertexBuffer#buffer.The text was updated successfully, but these errors were encountered: