You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kwin/scene-color-fragment.glsl

6 lines
79 B
GLSL

uniform vec4 geometryColor;
void main() {
gl_FragColor = geometryColor;
}