Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G glow
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 77
    • Issues 77
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glow
  • glow
  • Merge requests
  • !32

Fix uniform access and warnings for arrays and UBOs

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jonathan Kunstwald requested to merge feature/fix-uniform-names into develop May 27, 2019
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 2
  • 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)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/fix-uniform-names