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
If the texture parameters passed to configure() are not valid (e.g. usage is invalid), I believe the spec says that the drawingBuffer should be transparent black, so both display and readback (drawImage et al) should get a blank image (opaque or transparent black depending on alphaMode).
configure()
are not valid (e.g.usage
is invalid), I believe the spec says that the drawingBuffer should be transparent black, so both display and readback (drawImage et al) should get a blank image (opaque or transparent black depending on alphaMode).Additionally we need to test the behavior of Format validation missing fromDone in Update tests for validating canvas texture formats ingetCurrentTexture
gpuweb#4906, whatever the resolution is there.configure()
#3997The text was updated successfully, but these errors were encountered: