We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87efceb commit b844f51Copy full SHA for b844f51
spec/index.bs
@@ -6559,7 +6559,7 @@ pipeline, and have the following members:
6559
6560
1. Let |limits| be |this|.{{GPUObjectBase/[[device]]}}.{{device/[[limits]]}}.
6561
1. Let |bindGroupLayouts| be a copy of |descriptor|.{{GPUPipelineLayoutDescriptor/bindGroupLayouts}}
6562
- 1. For each |i| in the [=indices=] of |bindGroupLayouts|:
+ 1. For each |i| in the [=list/get the indices|indices=] of |bindGroupLayouts|:
6563
1. If |bindGroupLayouts|[|i|] is `undefined` or [=list/empty=], set |bindGroupLayouts|[|i|] to `null`.
6564
1. Let |allEntries| be the result of concatenating
6565
|bgl|.{{GPUBindGroupLayout/[[descriptor]]}}.{{GPUBindGroupLayoutDescriptor/entries}}
0 commit comments