• Parameters

    • __namedParameters: {
          dispatchSize: number;
          expected: Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float16Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array;
          extra?: string;
          initValue: number;
          op: string;
          t: GPUTest;
          wgNumElements: number;
          workgroupSize: number;
      }
      • dispatchSize: number
      • expected: Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float16Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array
      • Optional extra?: string
      • initValue: number
      • op: string
      • t: GPUTest
      • wgNumElements: number
      • workgroupSize: number

    Returns void

Generated using TypeDoc