Hi
I am trying to draw a simple background using CCRenderTexture.
I created a CCRenderTexture pointer(initialise with width, ht, pixel format)
cleare it with some color.
added to node,
added a label to node
==
When i am running it , i am seeing just black screen with hello world a label on it.
So where is that texture??
Thanks in Advance.
I am attaching my code file
HelloWorldScene.cpp.zip (0.9 KB)