Skip to content

Fix uniform access and warnings for arrays and UBOs

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