Skip to content

Commit 29a35fd

Browse files
committed
fix
1 parent 4804c35 commit 29a35fd

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

spec/index.bs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,11 +1289,12 @@ call, the user agent *should* [=mark adapters stale=]. For example:
12891289
- A physical adapter is added/removed (via plug, driver update, TDR, etc.)
12901290
- The system's power configuration has changed (laptop unplugged, power settings changed, etc.)
12911291

1292-
Additionally, [=mark adapters stale=] may by scheduled at any time. User agents may choose to do
1293-
this often even when there has been no system state change (e.g. several seconds after the last
1294-
call to {{GPU/requestDevice()}}. This has no effect on well-formed applications, obfuscates real
1295-
system state changes, and makes developers more aware that calling {{GPU/requestAdapters()}}
1296-
again is always necessary before calling {{GPUAdapter/requestDevice()}}.
1292+
Additionally, [=mark adapters stale=] may by scheduled at any time.
1293+
User agents may choose to do this often even when there has been no system state change (e.g.
1294+
several seconds after the last call to {{GPUAdapter/requestDevice()}}.
1295+
This has no effect on well-formed applications, obfuscates real system state changes, and makes
1296+
developers more aware that calling {{GPU/requestAdapter()}} again is always necessary before
1297+
calling {{GPUAdapter/requestDevice()}}.
12971298

12981299
<div algorithm>
12991300
To <dfn dfn>mark adapters stale</dfn>:

0 commit comments

Comments
 (0)