regression: Incompatible color attachments #5904
Labels
area: validation
Issues related to validation, diagnostics, and error handling
type: bug
Something isn't working
While updating servo from 1e784c9 to f25e07b in servo/servo#32665, there was one unexpected FAIL result:
webgpu:api,operation,texture_view,format_reinterpretation:render_and_resolve_attachment:*
(src of the test: https://github.com/gpuweb/cts/blob/9c8e5ba09314be2cec8a5cbd69b7b2f0fec7f89f/src/webgpu/api/operation/texture_view/format_reinterpretation.spec.ts#L191C9-L191C38)Description
On f25e07b there is unexpected validation error:
but 1e784c9 worked fine.
Repro steps
I was able to reproduce what CTS does by tracing wgpu functions that are called by servo; repro is available here: https://github.com/sagudev/wgpu-problem/tree/render_and_resolve_attachment
EDIT: This is caused by 0a76c0f
The text was updated successfully, but these errors were encountered: