Skip to content
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

tex-input-validation.html panics with "Unexpected WebGL error" #20215

Closed
jdm opened this issue Mar 6, 2018 · 1 comment
Closed

tex-input-validation.html panics with "Unexpected WebGL error" #20215

jdm opened this issue Mar 6, 2018 · 1 comment

Comments

@jdm
Copy link
Member

@jdm jdm commented Mar 6, 2018

From #20144:

The crash in tex-input-validation.html is caused by the incomplete implementation of gl.renderBufferStorage which fails with INVALID_ENUM, causing gl.copyTexImage2D to panic with INVALID_FRAMEBUFFER_OPERATION. The test succeeds when I comment them out. The test was working before because it stopped executing after the implementation of getTexParameter wasn't found and never reached these parts.
@jdm jdm mentioned this issue Mar 6, 2018
4 of 5 tasks complete
@jdm
Copy link
Member Author

@jdm jdm commented Jan 31, 2019

The test no longer panics.

@jdm jdm closed this Jan 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.