aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/shaders/8bittextmask.frag
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/shaders/8bittextmask.frag')
-rw-r--r--src/quick/scenegraph/shaders/8bittextmask.frag9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/quick/scenegraph/shaders/8bittextmask.frag b/src/quick/scenegraph/shaders/8bittextmask.frag
deleted file mode 100644
index 44ffb279cb..0000000000
--- a/src/quick/scenegraph/shaders/8bittextmask.frag
+++ /dev/null
@@ -1,9 +0,0 @@
-varying highp vec2 sampleCoord;
-
-uniform lowp sampler2D _qt_texture;
-uniform lowp vec4 color;
-
-void main()
-{
- gl_FragColor = color * texture2D(_qt_texture, sampleCoord).a;
-} \ No newline at end of file