We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7dd07 commit 2e52eafCopy full SHA for 2e52eaf
spec/index.bs
@@ -3521,7 +3521,7 @@ The {{GPUMapMode}} flags determine how a {{GPUBuffer}} is mapped when calling
3521
[=Content timeline=] steps:
3522
3523
1. Let <var data-timeline=content>contentTimeline</var> be the current [=Content timeline=].
3524
- 1. If |this|.{{GPUBuffer/[[pending_map]]}} is not `null`:
+ 1. If |this|.{{GPUBuffer/mapState}} is not {{GPUBufferMapState/"unmapped"}}:
3525
1. Issue the |early-reject steps| on the [=Device timeline=] of
3526
|this|.{{GPUObjectBase/[[device]]}}.
3527
1. Return [=a promise rejected with=] {{OperationError}}.
0 commit comments