我是靠谱客的博主 受伤小懒猪,最近开发中收集的这篇文章主要介绍error: 'glGenFramebuffersOES' was not declared in this scope,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
编译cocos2dx simple game 出现错误:
jni/../../../cocos2dx/effects/CCGrabber.cpp:46:32: error: 'glGenFramebuffersOES' was not declared in this scope
网上搜索解决方案如下:
修改cocos2dx目录下的Android.mk文件中的
#LOCAL_CFLAGS :=-DUSE_FILE32API
如下:
LOCAL_CFLAGS :=-DUSE_FILE32API -DGL_GLEXT_PROTOTYPES=1
如下:
LOCAL_CFLAGS :=-DUSE_FILE32API -DGL_GLEXT_PROTOTYPES=1
最后
以上就是受伤小懒猪为你收集整理的error: 'glGenFramebuffersOES' was not declared in this scope的全部内容,希望文章能够帮你解决error: 'glGenFramebuffersOES' was not declared in this scope所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复