Skip to content

Instantly share code, notes, and snippets.

@sdabet
Created January 20, 2013 14:07
Show Gist options
  • Save sdabet/4578929 to your computer and use it in GitHub Desktop.
Save sdabet/4578929 to your computer and use it in GitHub Desktop.
@interface NodeRenderer : CCRenderTexture
+(id)renderTextureWithNode:(CCNode*)node width:(int)w height:(int)h;
-(id) initWithNode:(CCNode*)n width:(int)w height:(int)h pixelFormat:(CCTexture2DPixelFormat)format depthStencilFormat:(GLuint)depthStencilFormat;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment