You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GLSL allows function overloading, yet glsl-toolkit naively assumes every function with the same name is a redefinition, rather than tracking all functions of the same name in a block as the same unit.
The text was updated successfully, but these errors were encountered:
GLSL allows function overloading, yet glsl-toolkit naively assumes every function with the same name is a redefinition, rather than tracking all functions of the same name in a block as the same unit.
The text was updated successfully, but these errors were encountered: