summarylogtreecommitdiffstats
path: root/ccShader_3D_Skybox.vert.patch
blob: 3b67a93ee6e7a57d535a0b07539a60f8c7aa07f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- /opt/cocos2d-x/cocos/renderer/ccShader_3D_Skybox.vert	2017-03-22 15:13:34.000000000 -0400
+++ /tmp/ccShader_3D_Skybox.vert	2017-04-21 06:42:24.008479722 -0400
@@ -1,4 +1,4 @@
-const char* cc3D_Skybox_vert = R"(
+const char* cc3D_Skybox_vert = STRINGIFY(
 
 uniform mat4  u_cameraRot;
 attribute vec3 a_position;
@@ -10,4 +10,4 @@
     v_reflect = reflect.xyz;
     gl_Position = vec4(a_position.xy, 1.0 , 1.0);
 }
-)";
\ No newline at end of file
+);
\ No newline at end of file