mirror of
https://github.com/brl/mutter.git
synced 2025-03-08 04:15:05 +00:00

GLES2 has no glAlphaFunc function so we need to simulate the behaviour in the fragment shader. The alpha test function is simulated with an if-statement and a discard statement. The reference value is stored as a uniform.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%