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