jMonkeyEngine / jmonkeyengine

A complete 3-D game development suite written in Java.
http://jmonkeyengine.org
BSD 3-Clause "New" or "Revised" License
3.74k stars 1.12k forks source link

Use precision qualifiers only in GL ES shaders #2217

Closed riccardobl closed 3 months ago

riccardobl commented 3 months ago

Fix issue reported here: https://hub.jmonkeyengine.org/t/jmonkeyengine-v3-7-0-alpha2-release/47534

Some OpenGL drivers do not like precision qualifiers even if they should be supported as nop accordingly to the documentation