gpuweb / cts

WebGPU Conformance Test Suite
https://gpuweb.github.io/cts/
BSD 3-Clause "New" or "Revised" License
130 stars 82 forks source link

wgsl: Execution tests, constructors #1606

Closed dj2 closed 6 months ago

dj2 commented 2 years ago

Identity constructors

Vector constructors

Matrix constructors

Array constructors

Struct constructors

Zero values

dj2 commented 6 months ago

This seems covered by the https://github.com/gpuweb/cts/blob/main/src/webgpu/shader/execution/expression/constructor/zero_value.spec.ts and https://github.com/gpuweb/cts/blob/main/src/webgpu/shader/execution/expression/constructor/non_zero.spec.ts tests.