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