diff --git a/design/CommandSubmission.md b/design/CommandSubmission.md index d7cc716243..318a80074c 100644 --- a/design/CommandSubmission.md +++ b/design/CommandSubmission.md @@ -1,5 +1,7 @@ # Command Submission +**THIS DOCUMENT IS OUTDATED** + Command buffers carry sequences of user commands on the CPU side. They can be recorded independently of the work done on GPU, or each other. They go through the following stages: diff --git a/spec/index.bs b/spec/index.bs index e3ad25e18a..c85ec7b354 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -711,7 +711,7 @@ may become unusable, e.g. if the owning device is [=lose the device|lost=] or like buffer state [=buffer state/destroyed=]. [=Internal objects=] of some types *can* become [=invalid=] after they are created; specifically, -[=devices=], [=adapters=], and command/pass/bundle encoders. +[=devices=], [=adapters=], {{GPUCommandBuffer}}s, and command/pass/bundle encoders.