今天遇到个问题,程序切换场景时候会爆出“PVR:VFrame attempted to use one of these functions; PVR:glGenFramebuffersEXT”的错误。
原来是在使用opengl es高级扩展创建FBO时候失败,貌似是我的显卡驱动不正确引起的。
glGenFramebuffersOES。
经过验证有蛮多的场景切换会使用FBO提高绘图效率。
今天遇到个问题,程序切换场景时候会爆出“PVR:VFrame attempted to use one of these functions; PVR:glGenFramebuffersEXT”的错误。
原来是在使用opengl es高级扩展创建FBO时候失败,貌似是我的显卡驱动不正确引起的。
glGenFramebuffersOES。
经过验证有蛮多的场景切换会使用FBO提高绘图效率。