https://bugs.freedesktop.org/show_bug.cgi?id=105161

--- Comment #8 from Allan Sandfeld Jensen <k...@carewolf.com> ---
That would fix the parsing in compatibility shaders. It doesn't make it work.

I found after digging into mesa code that I needed:

#extension GL_ARB_fragment_coord_conventions : enable

Otherwise the layout qualifiers are only passed, but not passed on. I am not
sure if that is a bug, but there was nothing in the spec that suggested you
need to manually activate that extension as well to get it the layout qualifier
to work.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to