blob: 86b1c4ba246d8a6f54f88a2163ef3f4177d53975 [file] [log] [blame]
/**
* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts
**/ export const description = `
TODO:
- For each way to start a query (all possible types in all possible encoders):
- queryIndex {in, out of} range for GPUQuerySet
- GPUQuerySet {valid, invalid}
- or {undefined}, for occlusionQuerySet
- ?
`;
import { makeTestGroup } from '../../../../../common/framework/test_group.js';
import { ValidationTest } from '../../validation_test.js';
export const g = makeTestGroup(ValidationTest);