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 https://crbug.com/396176034 it was discovered that the OffscreenCanvas context lost/restored tests implicitly rely on the OES_texture_float extension in https://github.com/KhronosGroup/WebGL/blob/main/sdk/tests/js/tests/canvas-tests-utils.js#L783 . There are some Android devices which don't support that extension and fail the context lost/restored tests for that reason. To decouple these, the OffscreenCanvas tests should be rewritten to check the behavior of a different extension before and after context loss and restoration.
The text was updated successfully, but these errors were encountered:
In https://crbug.com/396176034 it was discovered that the OffscreenCanvas context lost/restored tests implicitly rely on the
OES_texture_float
extension in https://github.com/KhronosGroup/WebGL/blob/main/sdk/tests/js/tests/canvas-tests-utils.js#L783 . There are some Android devices which don't support that extension and fail the context lost/restored tests for that reason. To decouple these, the OffscreenCanvas tests should be rewritten to check the behavior of a different extension before and after context loss and restoration.The text was updated successfully, but these errors were encountered: