aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/shaders/opaquetexture_core.vert
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/shaders/opaquetexture_core.vert')
-rw-r--r--src/quick/scenegraph/shaders/opaquetexture_core.vert14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/quick/scenegraph/shaders/opaquetexture_core.vert b/src/quick/scenegraph/shaders/opaquetexture_core.vert
deleted file mode 100644
index 419b1a825c..0000000000
--- a/src/quick/scenegraph/shaders/opaquetexture_core.vert
+++ /dev/null
@@ -1,14 +0,0 @@
-#version 150 core
-
-uniform mat4 qt_Matrix;
-
-in vec4 qt_VertexPosition;
-in vec2 qt_VertexTexCoord;
-
-out vec2 qt_TexCoord;
-
-void main()
-{
- qt_TexCoord = qt_VertexTexCoord;
- gl_Position = qt_Matrix * qt_VertexPosition;
-} \ No newline at end of file