blob: 06b3a49c61f7f4f5f34719fa73f5cfb1db755cc1 [file] [log] [blame]
/**
* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts
**/ export const description = `
TODO:
- source.origin is unaligned
- data given as ArrayBuffer
- data given as each TypedArray variant
`;
import { makeTestGroup } from '../../../../common/framework/test_group.js';
import { GPUTest } from '../../../gpu_test.js';
export const g = makeTestGroup(GPUTest);