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

Repair broken glVertexAttribIPointer in WebGL 2. #11742

Merged
merged 1 commit into from
Jul 28, 2020

Conversation

prideout
Copy link
Contributor

This regressed when some state tracking was renamed and moved on May 26 via PR #11225, and the integer variant of glVertexAttribPointer was overlooked.

google/filament#2856

This regressed when some state tracking was renamed and moved
on May 26 via PR emscripten-core#11225, and the integer variant of
glVertexAttribPointer was overlooked.

google/filament#2856
@welcome
Copy link

welcome bot commented Jul 28, 2020

Thank you for submitting a pull request! If this is your first PR, make sure to add yourself to AUTHORS.

@juj
Copy link
Collaborator

juj commented Jul 28, 2020

Really sorry for the regression, thought I would have search-replaced across all files, but apparently not :( Thanks for the fix!

@juj juj merged commit bcf65fe into emscripten-core:master Jul 28, 2020
@kripken
Copy link
Member

kripken commented Jul 28, 2020

Oops, looks like @juj merged this before AUTHORS was updated as the bot mentioned it needs to be. Sorry to trouble you @prideout , but could you open another PR to add yourself there?

(and thanks again for this PR!)

prideout added a commit to google/filament that referenced this pull request Mar 24, 2021
This was put in as a workaround for #2856. I made a fix to emscripten
itself (yay open source) in July. So, this workaround is no longer
necessary.

Verified with the rigged figure model.

emscripten-core/emscripten#11742
prideout added a commit to google/filament that referenced this pull request Mar 24, 2021
This was put in as a workaround for #2856. I made a fix to emscripten
itself (yay open source) in July. So, this workaround is no longer
necessary.

Verified with the rigged figure model.

emscripten-core/emscripten#11742
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants