cocos2d-x2.2.6的CCClippingNode实现遮罩层层在iOS8.1下上没效果的问题
在ios7.1的模拟器iphone上却可以实现
我已经改过了AppController.mm
EAGLView *__glView =
pixelFormat: kEAGLColorFormatRGBA8
depthFormat: GL_DEPTH24_STENCIL8_OES
preserveBackbuffer: NO
sharegroup: nil
multiSampling: NO
numberOfSamples: 0];