mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
Damien Lespiau
84a438be55
cogl: Fix gl equivalent of blend string
An example of what could be the equivalent of "RBG = REPLACE(TEXTURE) A = MODULATE(PREVIOUS,TEXTURE)" using the ARB_texture_env_combine extension was given, but it seems that a few typo were left: * remove a spurius GL_COMBINE_ALPHA * use the _ALPHA variant of SRCN and OPERANDN when setting up the alpha combiner
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%