summaryrefslogtreecommitdiff
path: root/_shared/2d/shaders/orthographic.frag
diff options
context:
space:
mode:
Diffstat (limited to '_shared/2d/shaders/orthographic.frag')
-rw-r--r--_shared/2d/shaders/orthographic.frag5
1 files changed, 0 insertions, 5 deletions
diff --git a/_shared/2d/shaders/orthographic.frag b/_shared/2d/shaders/orthographic.frag
deleted file mode 100644
index 84b6b2e..0000000
--- a/_shared/2d/shaders/orthographic.frag
+++ /dev/null
@@ -1,5 +0,0 @@
-varying lowp vec4 VertexColor;
-
-void main() {
- gl_FragColor = VertexColor;
-} \ No newline at end of file