kOperationContexts: readonly ["queue", "command-encoder", "compute-pass-encoder", "render-pass-encoder", "render-bundle-encoder"] = ...

Context a particular operation is permitted in. These contexts should be sorted such that the first is the most top-level context, and the last is most nested (inside a render bundle, in a render pass, ...).

Generated using TypeDoc