blob: b5c754cc0e33281d55172f13fa9a64d2d64578a0 [file] [log] [blame]
/**
* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts
**/ export const description = `
Validation for encoding occlusion queries.
Excludes query begin/end balance and nesting (begin_end.spec.ts)
and querySet/queryIndex (general.spec.ts).
TODO:
- Test an occlusion query with no draw calls. (If that's valid, move the test to api/operation/.)
- ?
`;
import { makeTestGroup } from '../../../../../common/framework/test_group.js';
import { ValidationTest } from '../../validation_test.js';
export const g = makeTestGroup(ValidationTest);