mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-02 17:00:19 +00:00
5c7838e168
Make sure all uniform names have to match between the shader names and the _location integers we save in every Program struct.
6 lines
95 B
GLSL
6 lines
95 B
GLSL
void main() {
|
|
vec4 diffuse = Texture(u_source, vUv);
|
|
|
|
setOutputColor(diffuse * u_alpha);
|
|
}
|