Closed RandomGamingDev closed 4 months ago
Requesting review from @kdashg and @kenrussell
Thanks for your contribution and sorry for the long delay reviewing this. Have just built your Chromium pull request locally and verified that your new test catches the earlier bug.
RGBA16UI
textures, when created withUNPACK_PREMULTIPLY_ALPHA_WEBGL
set totrue
result in the1282
(GL_INVALID_OPERATION
) error despite that being against standards and the same thing not happening on Firefox.The issue has been reported and a PR/CL has been requested: Issue: https://issues.chromium.org/issues/40929470 PR/CL: https://chromium-review.googlesource.com/c/chromium/src/+/5525320
This PR is to add a test confirming that the issue's fix works and for future use.
There's also been an independent test made that this PR is based on: https://github.com/RandomGamingDev/Chrome-UNPACK_PREMULTIPLY_ALPHA_WEBGL-Failure-Demo