Skip to content

CCRenderTexture does not work properly on the device which does not support "GL_OES_packed_depth_stencil"

Notifications You must be signed in to change notification settings

kcisoul/CCRenderTextureStencilBufferBugFixed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CCRenderTextureStencilBufferBugFixed

Some android devices which do not support "GL_OES_packed_depth_stencil" will draw white box for CCClippingNode on CCRenderTexture. In order to make it work you should make two render buffers for both stencil buffer and depth buffer.

About

CCRenderTexture does not work properly on the device which does not support "GL_OES_packed_depth_stencil"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages