GLAbstraction.jl icon indicating copy to clipboard operation
GLAbstraction.jl copied to clipboard

Make shader string literals return Shaders

Open spelufo opened this issue 3 years ago • 0 comments

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.

spelufo avatar Oct 03 '22 09:10 spelufo