You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be used as storage texture, bgra8unorm requires the feature bgra8unorm-storage. This necessitates selecting an appropriate device. However, skipIfTextureFormatNotUsableAsStorageTexture does not consider that feature and filters out the format currently.
The various queries should be updated to take a device so the GPUFeature can be checked. Currently test logic requires not checking the format query if bgra8unorm is used.
The text was updated successfully, but these errors were encountered:
To be used as storage texture,
bgra8unorm
requires the featurebgra8unorm-storage
. This necessitates selecting an appropriate device. However,skipIfTextureFormatNotUsableAsStorageTexture
does not consider that feature and filters out the format currently.The various queries should be updated to take a device so the GPUFeature can be checked. Currently test logic requires not checking the format query if bgra8unorm is used.
The text was updated successfully, but these errors were encountered: