summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/sampling/lod_clamp.spec.ts
blob: 8ef35422dcc6dbe5f273788d37fb209bf6672a39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
export const description = `
Tests the behavior of LOD clamping (lodMinClamp, lodMaxClamp).

TODO:
- Write a test that can test the exact clamping behavior
- Test a bunch of values, including very large/small ones.
`;

import { makeTestGroup } from '../../../../common/framework/test_group.js';
import { GPUTest } from '../../../gpu_test.js';

export const g = makeTestGroup(GPUTest);