Created by: zeffii
on some OS, in some Blender builds, Blender will automatically inject the variable "gl_FragColor", as a convenience. But not in all builds on all operating systems. This is a non workable situation. This PR defines a new output variable,, and doesn't assume gl_FragColor
is available.
The question is.. will that be all we need to hard code?