Skip to content

Commit

Permalink
Raise maxComputeWorkgroupStorageSize from 16352 to 16384 (gpuweb#2834)
Browse files Browse the repository at this point in the history
16352 was only required for Metal families Apple1/Apple2 which we don't
support anymore anyway.
  • Loading branch information
kainino0x authored and jdarpinian committed Aug 12, 2022
1 parent d49b9c8 commit 2f707d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@ applications should generally request the "worst" limits that work for their con
and {{GPURenderPassLayout}}.{{GPURenderPassLayout/colorFormats}}.

<tr><td><dfn>maxComputeWorkgroupStorageSize</dfn>
<td>{{GPUSize32}} <td>[=limit class/maximum=] <td>16352
<td>{{GPUSize32}} <td>[=limit class/maximum=] <td>16384
<tr class=row-continuation><td colspan=4>
The maximum number of bytes used for a compute stage
{{GPUShaderModule}} entry-point.
Expand Down

0 comments on commit 2f707d2

Please sign in to comment.