OpenSceneGraph
OpenSceneGraph copied to clipboard
[OsgText] fix osgText frag texture2DLod function missing error on Linux/MESA
Mesa considers texture2DLod to be a GLSL 1.3+ function. We should explicitly declared the extension when GLSL version is under 1.3.
See https://github.com/trzy/Supermodel/issues/4