summarylogtreecommitdiffstats
path: root/ccShader_3D_Color.frag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ccShader_3D_Color.frag.patch')
-rw-r--r--ccShader_3D_Color.frag.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/ccShader_3D_Color.frag.patch b/ccShader_3D_Color.frag.patch
deleted file mode 100644
index 9e5297deb968..000000000000
--- a/ccShader_3D_Color.frag.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- /opt/cocos2d-x/cocos/renderer/ccShader_3D_Color.frag 2017-03-22 15:13:34.000000000 -0400
-+++ /tmp/ccShader_3D_Color.frag 2017-04-21 06:42:23.465143013 -0400
-@@ -1,15 +1,15 @@
-
--const char* cc3D_Color_frag = R"(
-+const char* cc3D_Color_frag = STRINGIFY(
-
--#ifdef GL_ES
-+\n#ifdef GL_ES\n
- varying lowp vec4 DestinationColor;
--#else
-+\n#else\n
- varying vec4 DestinationColor;
--#endif
-+\n#endif\n
- uniform vec4 u_color;
-
- void main(void)
- {
- gl_FragColor = u_color;
- }
--)";
-+);