Skip to content

Commit 435850e

Browse files
committed
typos
1 parent 8278942 commit 435850e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7232,7 +7232,7 @@ dictionary GPURenderPassColorAttachment {
72327232
Given a {{GPURenderPassColorAttachment}} |this|:
72337233

72347234
1. Let |renderViewDescriptor| be |this|.{{GPURenderPassColorAttachment/view}}.{{GPUTextureView/[[descriptor]]}}.
7235-
1. Let |resolveViewDescriptor| be |this|.{{GPURenderPassColorAttachment/resolveTarget}}.{{GPUTextureView/[[texture]]}}.{{GPUTexture/[[descriptor]]}}.
7235+
1. Let |resolveViewDescriptor| be |this|.{{GPURenderPassColorAttachment/resolveTarget}}.{{GPUTexture/[[descriptor]]}}.
72367236
1. Let |renderTextureDescriptor| be |this|.{{GPURenderPassColorAttachment/view}}.{{GPUTextureView/[[texture]]}}.{{GPUTexture/[[descriptor]]}}.
72377237
1. Let |resolveTextureDescriptor| be |this|.{{GPURenderPassColorAttachment/resolveTarget}}.{{GPUTextureView/[[texture]]}}.{{GPUTexture/[[descriptor]]}}.
72387238

@@ -7246,8 +7246,8 @@ dictionary GPURenderPassColorAttachment {
72467246
- |this|.{{GPURenderPassColorAttachment/resolveTarget}} must be a [$renderable texture view$].
72477247
- The sizes of the [=subresource=]s seen by |this|.{{GPURenderPassColorAttachment/resolveTarget}}
72487248
and |this|.{{GPURenderPassColorAttachment/view}} must match.
7249-
- |resolveViewDescriptor|.{{GPUTextureDescriptor/format}} must equal
7250-
|renderViewDescriptor|.{{GPUTextureDescriptor/format}}.
7249+
- |resolveViewDescriptor|.{{GPUTextureViewDescriptor/format}} must equal
7250+
|renderViewDescriptor|.{{GPUTextureViewDescriptor/format}}.
72517251
</div>
72527252

72537253
<div algorithm>

0 commit comments

Comments
 (0)