Closed
Bug 1751064
Opened 3 years ago
Closed 3 years ago
Expose maxComputeWorkgroupsPerDimension WebGPU limit
Categories
(Core :: Graphics: WebGPU, enhancement)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: kvark, Assigned: aosmond)
References
Details
Attachments
(1 file)
No description provided.
Comment 1•3 years ago
|
||
In addition to maxComputeWorkgroupsPerDimension, the following limits are also missing:
- minUniformBufferOffsetAlignment
- minStorageBufferOffsetAlignment
- maxInterStageShaderComponents
- maxComputeWorkgroupStorageSize
- maxComputeInvocationsPerWorkgroup
- maxComputeWorkgroupSizeX
- maxComputeWorkgroupSizeY
- maxComputeWorkgroupSizeZ
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → aosmond
Assignee | ||
Comment 2•3 years ago
|
||
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d92ac8389b7c
Expose additional supported limits for WebGPU. r=gfx-reviewers,lsalzman,emilio
Comment 4•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•