On Wed, 23 Jun 2021 20:07:02 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Nir Lisker has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Grouped vec3's together > > modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/main.vert > line 40: > >> 38: vec3 attn; >> 39: float range; >> 40: vec3 dir; > > These need to be reordered to match the changes in the fragment shaders. As > it is, it causes a shader link error. Sorry, I can't test the fix on Linux for now. I hope made the change, but didn't verify that it works. ------------- PR: https://git.openjdk.java.net/jfx/pull/334