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 info about maxStorageBuffersPerShaderStage increased limit to 10.
Add new maxBindGroupsPlusVertexBuffers limit to table. Its default value is 24.
Add new maxInterStageShaderComponents and maxInterStageShaderVariables increased limits to table (112 and 28).
Add new BCD entries for the above limit changes (to GPUSupportedLimits). These changes were shipped in Chrome 120.
Note: Should we remove maxInterStageShaderComponents from said page, as it no longer seems to exist, according to the spec? I can't find any information about when it might be removed from Chrome, so we should maybe ask Google engineering about it.
The text was updated successfully, but these errors were encountered:
See https://developer.chrome.com/blog/new-in-webgpu-120#push_the_limits for change description
Acceptance criteria
maxColorAttachmentBytesPerSample
limit to 64, to https://developer.mozilla.org/en-US/docs/Web/API/GPUSupportedLimits.maxStorageBuffersPerShaderStage
increased limit to 10.maxBindGroupsPlusVertexBuffers
limit to table. Its default value is 24.maxInterStageShaderComponents
andmaxInterStageShaderVariables
increased limits to table (112 and 28).Note: Should we remove
maxInterStageShaderComponents
from said page, as it no longer seems to exist, according to the spec? I can't find any information about when it might be removed from Chrome, so we should maybe ask Google engineering about it.The text was updated successfully, but these errors were encountered: