summarylogtreecommitdiffstats
path: root/ccShader_ETC1AS_PositionTextureColor.frag.patch
blob: bd824e380b8af8bd727a2ca23c68d12e52a44739 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- /opt/cocos2d-x/cocos/renderer/ccShader_ETC1AS_PositionTextureColor.frag	2017-03-22 15:13:34.000000000 -0400
+++ /tmp/ccShader_ETC1AS_PositionTextureColor.frag	2017-04-21 06:42:24.661817113 -0400
@@ -23,10 +23,10 @@
  * THE SOFTWARE.
  */
 
-const char* ccETC1ASPositionTextureColor_frag = R"(
-#ifdef GL_ES
+const char* ccETC1ASPositionTextureColor_frag = STRINGIFY(
+\n#ifdef GL_ES\n
     precision mediump float;
-#endif
+\n#endif\n
 
 varying vec4 v_fragmentColor;
 varying vec2 v_texCoord;
@@ -38,4 +38,4 @@
 
     gl_FragColor = v_fragmentColor * texColor;
 }
-)";
+);