Function runStorageVariableTest
- runStorageVariableTest(__namedParameters): void
Parameters
__namedParameters: {
bufferNumElements: number;
dispatchSize: number;
expected: Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float16Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array;
extra?: string;
initValue: number;
op: string;
t: GPUTest;
workgroupSize: number;
}
bufferNumElements: number
dispatchSize: number
expected: Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float16Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array
Optional
extra?: string
initValue: number
op: string
workgroupSize: number
Returns void