summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/layout_shader_compat.spec.ts
blob: 986fc4229655fdd492ad670dad1a10f843d19b6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export const description = `
TODO:
- interface matching between pipeline layout and shader
    - x= {compute, vertex, fragment, vertex+fragment}, visibilities
    - x= bind group index values, binding index values, multiple bindings
    - x= types of bindings
    - x= {equal, superset, subset}
`;

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

import { ValidationTest } from './validation_test.js';

export const g = makeTestGroup(ValidationTest);