Skip to content
Snippets Groups Projects

Fix uniform access and warnings for arrays and UBOs

Merged Jonathan Kunstwald requested to merge feature/fix-uniform-names into develop
  • Fix uniform arrays:
    • Can now be accessed using just "uArray" instead of the previous workaround "uArray[0]"
    • No longer cause false unset uniform warnings
  • Usage of UBO parameters in shaders no longer cause false unset uniform warnings
  • Closes issue #105 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading