summarylogtreecommitdiffstats
path: root/ccShader_PositionTextureA8Color.frag.patch
diff options
context:
space:
mode:
authorGennadiy Chernyshyk2018-07-22 19:36:08 +0300
committerGennadiy Chernyshyk2018-07-22 19:51:32 +0300
commit751d49501b6fc6744500a71927369fef2197fc65 (patch)
treecf72372e5392196765c57169e30c00ea20abc676 /ccShader_PositionTextureA8Color.frag.patch
parent4769dd8bf8051a9bc219d026b159d8530742b1c0 (diff)
downloadaur-751d49501b6fc6744500a71927369fef2197fc65.tar.gz
Update to 3.17
Diffstat (limited to 'ccShader_PositionTextureA8Color.frag.patch')
-rw-r--r--ccShader_PositionTextureA8Color.frag.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/ccShader_PositionTextureA8Color.frag.patch b/ccShader_PositionTextureA8Color.frag.patch
deleted file mode 100644
index 1cc6c6f0ab46..000000000000
--- a/ccShader_PositionTextureA8Color.frag.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- /opt/cocos2d-x/cocos/renderer/ccShader_PositionTextureA8Color.frag 2017-03-22 15:13:34.000000000 -0400
-+++ /tmp/ccShader_PositionTextureA8Color.frag 2017-04-21 06:42:24.628483573 -0400
-@@ -23,11 +23,11 @@
- * THE SOFTWARE.
- */
-
--const char* ccPositionTextureA8Color_frag = R"(
-+const char* ccPositionTextureA8Color_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;
-@@ -38,4 +38,4 @@
- v_fragmentColor.a * texture2D(CC_Texture0, v_texCoord).a // A from texture & uniform
- );
- }
--)";
-+);