From 676be69725bb1c021ad1324a401ef3c0532d8501 Mon Sep 17 00:00:00 2001 From: Mathew Velasquez Date: Mon, 11 Apr 2016 21:33:54 -0400 Subject: [PATCH] Added footprints and src_rect to Plane class --- shader/distort.frag | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 shader/distort.frag diff --git a/shader/distort.frag b/shader/distort.frag deleted file mode 100644 index 9161c35..0000000 --- a/shader/distort.frag +++ /dev/null @@ -1,7 +0,0 @@ -uniform sampler2D qt_Texture0; -varying vec4 qt_TexCoord0; - -void main(void) -{ - gl_FragColor = texture2D(qt_Texture0, qt_TexCoord0.st); -}