← Back to release summary

WebGPU maxBindGroupsPlusVertexBuffers limit

Category
Graphics
Type
Chromium catches up
Status
Enabled by default (Chrome 120)
Intent stage
None

Summary

The WebGPU maxBindGroupsPlusVertexBuffers limit is the maximum number of bind group and vertex buffer slots used simultaneously, counting any empty slots below the highest index. It is validated in createRenderPipeline() and in draw calls. This change adds maxBindGroupsPlusVertexBuffers to the GPUSupportedLimits interface, and as an accepted key by the GPUDeviceDescriptor.requiredLimits record.

Standards & signals

View on chromestatus.com