gpuweb / cts

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

Test `[SameObject] attribute`s return the same object each time #3779

Open kainino0x opened 3 weeks ago

kainino0x commented 3 weeks ago

We need to test all of the [SameObject] attributes in the API, to make sure they return the same object each time.

kainino0x commented 3 weeks ago

I don't think we can test these without actually initializing webgpu, so probably they belong in operation rather than idl.