Skip to content

Commit b844f51

Browse files
committed
fix
1 parent 87efceb commit b844f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6559,7 +6559,7 @@ pipeline, and have the following members:
65596559

65606560
1. Let |limits| be |this|.{{GPUObjectBase/[[device]]}}.{{device/[[limits]]}}.
65616561
1. Let |bindGroupLayouts| be a copy of |descriptor|.{{GPUPipelineLayoutDescriptor/bindGroupLayouts}}
6562-
1. For each |i| in the [=indices=] of |bindGroupLayouts|:
6562+
1. For each |i| in the [=list/get the indices|indices=] of |bindGroupLayouts|:
65636563
1. If |bindGroupLayouts|[|i|] is `undefined` or [=list/empty=], set |bindGroupLayouts|[|i|] to `null`.
65646564
1. Let |allEntries| be the result of concatenating
65656565
|bgl|.{{GPUBindGroupLayout/[[descriptor]]}}.{{GPUBindGroupLayoutDescriptor/entries}}

0 commit comments

Comments
 (0)