OpenSceneGraph icon indicating copy to clipboard operation
OpenSceneGraph copied to clipboard

[OsgText] fix osgText frag texture2DLod function missing error on Linux/MESA

Open TLeaves opened this issue 1 year ago • 0 comments

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

TLeaves avatar Aug 09 '24 02:08 TLeaves