本文介绍了尝试在opengl中编译Shark animatd电影时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在尝试编译此网站上给出的动画电影(鲨鱼)时遇到此错误,请提供帮助
i am getting this error while trying to compile the animated movie (shark) given on this website please kindly help
C:\Users\Twinkle\Desktop\record movie\ATLANTIS.cpp|218|error: 'GL_BGR_EXT' was not declared in this scope|
推荐答案
/* EXT_bgra */
#define GL_BGR_EXT 0x80E0
请检查GL.h的任何冲突.
Please check any conflict of GL.h
这篇关于尝试在opengl中编译Shark animatd电影时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!