-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
LibWeb/WebGL: A bunch more testsuite fixes #6744
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
base: master
Are you sure you want to change the base?
LibWeb/WebGL: A bunch more testsuite fixes #6744
Conversation
611d6e3 to
7f96ab6
Compare
konradekk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
location_handle computation is very repetitive, could it be extracted to some (inline?) function instead?
The spec mandates that a buffer during its lifetime can only get bound to either an index buffer or any other type.
The spec mandates that each uniform location object only gets used with the program it was created with.
7f96ab6 to
92a2edf
Compare
Looking at how it's already pretty minimal, different between some functions and the fact that a similar pattern is already present in a lot of places I'm not sure there's any easy way to factor it out. |
Just fixing a few more failures I found in the WebGL testsuite.