summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/rendering/robust_access_index.spec.ts
blob: 68d7bc795da2a3f29444e7c7dccdf117cdb5549e (plain)
1
2
3
4
5
6
7
8
export const description = `
TODO: Test that drawIndexedIndirect accesses the index buffer robustly.
`;

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

export const g = makeTestGroup(GPUTest);