-
Notifications
You must be signed in to change notification settings - Fork 325
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
Array uniforms variable passing bug #611
Comments
Reverting #591 The automated tests missed this issue. |
Ran into the same issue. Doesn't work: Works: |
are there any known work-arounds / proposals? I have a project that uses float arrays, the arrays are unknown lengths so the manual unwrap doesn't work well I use:
and would love to just pass uniforms like:
|
Step
index.html
in chrome.Result
Expected
Correctly handle array uniforms.
The text was updated successfully, but these errors were encountered: