gpuweb / cts

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

op: rendering,depth_clip_clamp #890

Open kainino0x opened 2 years ago

kainino0x commented 2 years ago

Chromium doesn't properly implement this yet. Would be best if someone did this and updated the implementation in tandem, to validate the implementation against the tests and vice versa.

(The change is to from the 'depth-clamping' feature to the 'depth-clip-control' feature and update clampDepth to unclippedDepth as appropriate.)

kainino0x commented 2 years ago

Dawn bug is https://bugs.chromium.org/p/dawn/issues/detail?id=1178