Skip to content

Fix browser.test_cubegeom_row_length #24574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2025

Conversation

juj
Copy link
Collaborator

@juj juj commented Jun 15, 2025

GL_UNPACK_ROW_LENGTH is a WebGL2/GLES3 API that is not present in WebGL 1.

Chrome seems to be lazy and allow it in WebGL 1 as well, but Firefox is strict and this test fails if not run against WebGL 2.

GL_UNPACK_ROW_LENGTH is a WebGL2/GLES3 API that is not present in WebGL 1.

Chrome seems to be lazy and allow it in WebGL 1 as well, but Firefox is strict and this test fails if not run against WebGL 2.
@juj juj merged commit 1161ea6 into emscripten-core:main Jun 16, 2025
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants