We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a4151 commit 57c9bd6Copy full SHA for 57c9bd6
cocos2d/ccConfig.h
@@ -166,6 +166,10 @@
166
#define CC_SHADER_DEFAULT_FRAGMENT_PRECISION mediump
167
#endif
168
169
+/**
170
+ If you disable one of this -ext you must remove corresponding files from your Xcode project
171
+ or your may get errors when building project
172
+ */
173
#ifndef CC_LIGHTING
174
#define CC_LIGHTING 0
175
@@ -178,6 +182,9 @@
178
182
#define CC_CCBREADER 0
179
183
180
184
185
186
+ For CCEffectLighting you need to enable both CC_EFFECTS and CC_LIGHTING
187
181
188
#ifndef CC_EFFECTS
189
#define CC_EFFECTS 0
190
0 commit comments