已解决-cocos2dx 3.7ui::Layout setClippingEnabled(true) 后绿屏

m_rootLayout = dynamic_castui::Layout*(GUIReader::getInstance()->widgetFromJsonFile(“ui/Denglu.ExportJson”));
m_rootLayout ->setClippingEnabled(true)设置 后绿屏。详情见图片

已经解决在创建glview前设置下
GLContextAttrs glContextAttrs = { 8, 8, 8, 8, 16, 8 };
GLView::setGLContextAttrs(glContextAttrs);

裁剪绿屏,,是有这个BUG,不过是老版本的studio,你的studio是最新的吗?升级一下试试

嗯,是老的studio,已经解决了,谢谢。