RESOLVED FIXED 265929
[WebGPU] MTLTextureUsagePixelFormatView needs to be specified on compressed textures
https://bugs.webkit.org/show_bug.cgi?id=265929
Summary [WebGPU] MTLTextureUsagePixelFormatView needs to be specified on compressed t...
Mike Wyrzykowski
Reported 2023-12-05 21:44:56 PST
[WebGPU] MTLTextureUsagePixelFormatView needs to be specified on compressed textures as we don't know if the user will call createView on them or not. It appears MTLTextureUsagePixelFormatView is required for compressed textures based on the validation layer errors.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-12-05 21:45:31 PST
Mike Wyrzykowski
Comment 2 2023-12-05 22:04:45 PST
EWS
Comment 3 2023-12-06 10:28:20 PST
Committed 271619@main (d7430f08e3da): <https://commits.webkit.org/271619@main> Reviewed commits have been landed. Closing PR #21378 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.