Shirakumo/glsl-toolkit

Function Overloading

Opened this issue · 0 comments

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.