FBO class that grabs the the contents of the screen
Class CCGrabber
#include <Geode/cocos/effects/CCGrabber.h>
classCCGrabber:publiccocos2d::CCObject{ ... }
Examples0
Public static methods0
Public member functions3
voidgrab(cocos2d::CCTexture2D*pTexture)
No description provided
voidbeforeRender(cocos2d::CCTexture2D*pTexture)
No description provided
voidafterRender(cocos2d::CCTexture2D*pTexture)
No description provided
Fields3
GLuintm_FBO;
No description provided
GLintm_oldFBO;
No description provided
GLfloat[4]m_oldClearColor;
No description provided