blob: c4cd235ca3b43ce079e8f7f36b06c45270329413 [file] [log] [blame]
/**
* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts
**/ export const description = `
TODO:
- test creating a render bundle, and if it's valid, test that executing it is not an error
- color formats {all possible formats} {zero, one, multiple}
- depth/stencil format {unset, all possible formats}
- ?
`;
import { makeTestGroup } from '../../../../common/framework/test_group.js';
import { ValidationTest } from '../validation_test.js';
export const g = makeTestGroup(ValidationTest);