1
0
Fork 0
mutter-performance-source/cogl
Sebastian Wick c5e9f028b2 cogl: Provide backwards compat for GLSL version 140 shaders
We still use GLSL 100 syntax which means `varying`, `attribute` and
`gl_FragColor` but GLSL 140 wants us to use `in` and `out`. This
provides some simple `#define`s to make it still look like the GLSL 100
syntax is supported.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3907>
2024-08-05 17:57:11 +00:00
..
cogl cogl: Provide backwards compat for GLSL version 140 shaders 2024-08-05 17:57:11 +00:00
cogl-pango Rename remaining usages of material to pipeline 2024-08-01 11:06:33 +00:00
meson.build build: Split X11 server & client dependencies 2024-06-30 15:09:00 +02:00