gpuweb / cts

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

Update webgpu/types to 0.1.50 #4029

Closed Kangz closed 3 weeks ago

Kangz commented 3 weeks ago

This makes toneMapping optional which required updating a few tests to use the nullish coalescing operator when accessing it.

New vertex formats are added that require updating capability_info.ts (and tests for unorm8x4-bgra is added at the same time).

Finally dictionary types for copies are renamed throughout the CTS even if deprecated aliases are available.


Requirements for PR author:

Requirements for reviewer sign-off:

When landing this PR, be sure to make any necessary issue status updates.