summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/encoding/cmds/render_pass.spec.ts
blob: e3e881e01d1f59ff9b73fc292103daeda65682f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export const description = `
Validation tests for render pass encoding.
Does **not** test usage scopes (resource_usages/), GPUProgrammablePassEncoder (programmable_pass),
dynamic state (dynamic_render_state.spec.ts), or GPURenderEncoderBase (render.spec.ts).

TODO:
- executeBundles:
    - with {zero, one, multiple} bundles where {zero, one} of them are invalid objects
`;

import { makeTestGroup } from '../../../../../common/framework/test_group.js';
import { ValidationTest } from '../../validation_test.js';

export const g = makeTestGroup(ValidationTest);