GLAbstraction.jl
GLAbstraction.jl copied to clipboard
Make shader string literals return Shaders
Run into the triangle example failing because shader string literals return tuples and Program expects shaders. This fixes it by making the string literals return Shaders, which I think makes more sense, and it seems it used to be that way. The change could break existing programs if they are using shader string literals.