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
In #1839 we spec the behavior of reading from WebGPU canvases from other APIs, but we need to clarify whether compositingAlphaMode affects those.
If compositingAlphaMode is "opaque" does that mean e.g. drawImage reads opaque values?
If we add compositingAlphaMode "unpremultiplied" would that mean e.g. texImage2D sees it as an unpremultiplied source?
My initial feeling is that the answers to both should be yes. In that case we should also probably rename compositingAlphaMode to something like canvasAlphaMode.