Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 irrlicht helloworld 程序移植到 android.. 但是当我将设备类型设置为 OGLES2 时,它给了我错误符号“EDT_OGLES2”无法解析这是我的 cpp 文件的屏幕截图
知道我做错了什么。
在浏览了 irrlicht 的文档后,我发现我必须在 EDriverTypes.h 中添加和枚举变量 EDT_OGLES1 或 EDT_OGLES2。最后编译,一切正常。