Skip to content

vrend: Fix sample mask access in shaders

I added a second commit since it touches the same code and fixes tests from the same series.

The first commit adds some required extensions when we are on GLSL 3.10, the second patch fixes the operator type, since the AND operator requires in GLSL 3.X ES that both operands are of the same type.

Edited by Gert Wollny

Merge request reports