blob: 50fb26ea3100263ed452d576dc00a156bf2827a9 [file] [log] [blame]
/**
* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts
**/ export const description = `
TODO: check for duplication (render_pass/, etc.), plan, and implement.
Note possibly a lot of this should be operation tests instead.
Notes:
> - color attachments {zero, one, multiple}
> - many different formats (some are non-renderable)
> - is a view on a texture with multiple mip levels or array layers
> - two attachments use the same view, or views of {intersecting, disjoint} ranges
> - {without, with} resolve target
> - resolve format compatibility with multisampled format
> - {all possible load ops, load color {in range, negative, too large}}
> - all possible store ops
> - depth/stencil attachment
> - {unset, all possible formats}
> - {all possible {depth, stencil} load ops, load values {in range, negative, too large}}
> - all possible {depth, stencil} store ops
> - depthReadOnly {t,f}, stencilReadOnly {t,f}
`;
import { makeTestGroup } from '../../../../common/framework/test_group.js';
import { ValidationTest } from '../validation_test.js';
export const g = makeTestGroup(ValidationTest);