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

Ensure symbol shader attrib bound at 0 is always valid and used #4688

Merged
merged 3 commits into from
May 19, 2017

Commits on May 8, 2017

  1. Determine order of symbol attribute binding

    (Binding unused/undefined attribs to position 0 causes symbols to not render in Safari)
    Lauren Budorick committed May 8, 2017
    Configuration menu
    Copy the full SHA
    7fe22b3 View commit details
    Browse the repository at this point in the history
  2. Only manually bind one attrib (a_data at 0) and let all others bind d…

    …ynamically
    Lauren Budorick committed May 8, 2017
    Configuration menu
    Copy the full SHA
    a4f26af View commit details
    Browse the repository at this point in the history
  3. Undo a few unnecessary changes

    Lauren Budorick committed May 8, 2017
    Configuration menu
    Copy the full SHA
    d808166 View commit details
    Browse the repository at this point in the history