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

Corrected a bug when getting UBO value. #135

Merged
merged 1 commit into from
Jan 13, 2020
Merged

Conversation

frguthmann
Copy link
Contributor

The buffer was retrieved using the uniform block's index instead of its binding point.

…g the uniform block's index instead of its binding point.
@frguthmann frguthmann closed this Jan 13, 2020
@frguthmann
Copy link
Contributor Author

I just noticed it didn't solve the problem when using the extension, maybe I'm just missing something in the build process. I'll reopen this when I figured it out.

@sebavan
Copy link
Member

sebavan commented Jan 13, 2020

To solve in the extension you need to nom run build and install the extension locally. I do not see any issue with the pr tou can reopen it and i ll merge in the morning

@frguthmann
Copy link
Contributor Author

Ah yes right, perfect. I thought "npm start" would rebuild everything on file change, including the extension. I just tried and it solves the repro case and my original case :). Merge away!

@frguthmann frguthmann reopened this Jan 13, 2020
@sebavan sebavan merged commit cc6bbea into BabylonJS:master Jan 13, 2020
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.

None yet

2 participants