Readonly
paramsThe case parameters for this test fixture shared state. Subcase params are not included.
Readonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
maxReadonly
minReadonly
minConvenience function for selectDeviceOrSkipTestCase. Select a device with the features required by these query type(s). If the device creation fails, then skip the test case.
Convenience function for selectDeviceOrSkipTestCase. Select a device with the features required by these texture format(s). If the device creation fails, then skip the test case.
Some tests or cases need particular feature flags or limits to be enabled.
Call this function with a descriptor or feature name (or undefined
) to select a
GPUDevice with matching capabilities. If this isn't called, a default device is provided.
If the request isn't supported, throws a SkipTestCase exception to skip the entire test case.
Some tests need a second device which is different from the first. This requests a second device so it will be available during the test. If it is not called, no second device will be available.
If the request isn't supported, throws a SkipTestCase exception to skip the entire test case.
Skips test if the given interpolation type or sampling is not supported.
Optional
sampling?: "center" | "centroid" | "sample" | "first" | "either"Optional
type?: "flat" | "perspective" | "linear"Generated using TypeDoc
The case parameters for this test fixture shared state. Subcase params are not included.