Skip to content

Commit bccb7eb

Browse files
author
Thayer J Andrews
committed
CCEffect - Expose buildEffectWith... method to subclasses
1 parent 2451300 commit bccb7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2d/CCEffect_Private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ typedef void (^CCEffectRenderPassEndBlock)(CCEffectRenderPass *pass);
172172

173173
-(void)setVaryings:(NSArray*)varyings;
174174

175-
175+
-(void)buildEffectWithFragmentFunction:(NSMutableArray*) fragmentFunctions vertexFunctions:(NSMutableArray*)vertexFunctions fragmentUniforms:(NSArray*)fragmentUniforms vertexUniforms:(NSArray*)vertexUniforms varyings:(NSArray*)varyings firstInStack:(BOOL)firstInStack;
176176
-(void)buildEffectShader;
177177
-(void)buildFragmentFunctions;
178178
-(void)buildVertexFunctions;

0 commit comments

Comments
 (0)