summarylogtreecommitdiffstats
path: root/ccShader_PositionTextureColorAlphaTest.frag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ccShader_PositionTextureColorAlphaTest.frag.patch')
-rw-r--r--ccShader_PositionTextureColorAlphaTest.frag.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/ccShader_PositionTextureColorAlphaTest.frag.patch b/ccShader_PositionTextureColorAlphaTest.frag.patch
deleted file mode 100644
index 3487e252d0cd..000000000000
--- a/ccShader_PositionTextureColorAlphaTest.frag.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- /opt/cocos2d-x/cocos/renderer/ccShader_PositionTextureColorAlphaTest.frag 2017-03-22 15:13:34.000000000 -0400
-+++ /tmp/ccShader_PositionTextureColorAlphaTest.frag 2017-04-21 06:42:24.141813883 -0400
-@@ -22,11 +22,11 @@
- * THE SOFTWARE.
- */
-
--const char* ccPositionTextureColorAlphaTest_frag = R"(
-+const char* ccPositionTextureColorAlphaTest_frag = STRINGIFY(
-
--#ifdef GL_ES
-+\n#ifdef GL_ES\n
- precision lowp float;
--#endif
-+\n#endif\n
-
- varying vec4 v_fragmentColor;
- varying vec2 v_texCoord;
-@@ -44,4 +44,4 @@
-
- gl_FragColor = texColor * v_fragmentColor;
- }
--)";
-+);