openscenegraph / OpenSceneGraph

OpenSceneGraph git repository
http://www.openscenegraph.org
Other
3.21k stars 1.42k forks source link

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

Open TLeaves opened 1 month ago

TLeaves commented 1 month ago

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