summarylogtreecommitdiffstats
path: root/ccShader_ETC1AS_PositionTextureGray.frag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ccShader_ETC1AS_PositionTextureGray.frag.patch')
-rw-r--r--ccShader_ETC1AS_PositionTextureGray.frag.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/ccShader_ETC1AS_PositionTextureGray.frag.patch b/ccShader_ETC1AS_PositionTextureGray.frag.patch
deleted file mode 100644
index ce1e86420a42..000000000000
--- a/ccShader_ETC1AS_PositionTextureGray.frag.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- /opt/cocos2d-x/cocos/renderer/ccShader_ETC1AS_PositionTextureGray.frag 2017-03-22 15:13:34.000000000 -0400
-+++ /tmp/ccShader_ETC1AS_PositionTextureGray.frag 2017-04-21 06:42:23.725144629 -0400
-@@ -23,10 +23,10 @@
- * THE SOFTWARE.
- */
-
--const char* ccETC1ASPositionTextureGray_frag = R"(
--#ifdef GL_ES
-+const char* ccETC1ASPositionTextureGray_frag = STRINGIFY(
-+\n#ifdef GL_ES\n
- precision mediump float;
--#endif
-+\n#endif\n
-
- varying vec4 v_fragmentColor;
- varying vec2 v_texCoord;
-@@ -42,4 +42,4 @@
- gl_FragColor.rgb = vec3(0.2126*texColor.r + 0.7152*texColor.g + 0.0722*texColor.b);
- gl_FragColor.a = texColor.a;
- }
--)";
-+);