Corentin Wallez
Corentin Wallez
This was found while updating the CTS tests for `copyTextureToTexture`. Sometimes the bytes are not preserved exactly when doing the copy, I think it is because some drivers implement the...
In particular this is not just the 0th plane size when there is cropping or rotation of Y data.
This should produce a black (opaque or transparent) ImageBitmap depending on the alphaMode.
I'm seeing this one test `webgpu:api,validation,render_pass,render_pass_descriptor:color_attachments,depthSlice,definedness:dimension="2d"` fail in dawn.node because the `UNDEFINED` values in webgpu.h is not handled, however dawn.node doesn't handle any of the `UNDEFINED` values, so the other...