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 2451300 commit bccb7ebCopy full SHA for bccb7eb
cocos2d/CCEffect_Private.h
@@ -172,7 +172,7 @@ typedef void (^CCEffectRenderPassEndBlock)(CCEffectRenderPass *pass);
172
173
-(void)setVaryings:(NSArray*)varyings;
174
175
-
+-(void)buildEffectWithFragmentFunction:(NSMutableArray*) fragmentFunctions vertexFunctions:(NSMutableArray*)vertexFunctions fragmentUniforms:(NSArray*)fragmentUniforms vertexUniforms:(NSArray*)vertexUniforms varyings:(NSArray*)varyings firstInStack:(BOOL)firstInStack;
176
-(void)buildEffectShader;
177
-(void)buildFragmentFunctions;
178
-(void)buildVertexFunctions;
0 commit comments