-
Notifications
You must be signed in to change notification settings - Fork 329
Closed
Labels
copyeditingPure editorial stuff (copyediting, *.bs file syntax, etc.)Pure editorial stuff (copyediting, *.bs file syntax, etc.)
Milestone
Description
For example we require maxStorageBufferBindingSize
to be no larger than maxBufferSize
(just in the supported limits of an adapter, not in requestDevice).
Similarly we should require:
maxComputeInvocationsPerWorkgroup
≥maxComputeWorkgroupSizeX
maxComputeInvocationsPerWorkgroup
≥maxComputeWorkgroupSizeY
maxComputeInvocationsPerWorkgroup
≥maxComputeWorkgroupSizeZ
maxComputeInvocationsPerWorkgroup
≤maxComputeWorkgroupSizeX * maxComputeWorkgroupSizeY * maxComputeWorkgroupSizeZ
(I thought we had something filed about this but I can't find it.)
Finally, I'm thinking since we have so many of these restrictions, we should split them out into their own list in the spec.
teoxoy and lvyitian
Metadata
Metadata
Assignees
Labels
copyeditingPure editorial stuff (copyediting, *.bs file syntax, etc.)Pure editorial stuff (copyediting, *.bs file syntax, etc.)