链接 ilutOgl 函数
除了 ilut.h 之外,我还必须 #include 才能使 ilutOgl 函数正常工作吗?因为 ilutRenderer(ILUT_OPENGL) 已被识别,但 ilutOglLoadImage("myimage.jpeg") “未在此范围内声明”。
Is there something else besides ilut.h I have to #include to get ilutOgl functions to work? Because ilutRenderer(ILUT_OPENGL) is recognized, but ilutOglLoadImage("myimage.jpeg") "was not declared in this scope".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
哇 DevIL 教程我恨你。我的标题有 ilutGLLoadImage 而不是 ilutOglLoadImage!并且标头中允许这部分方法可用的部分已被注释掉!有人欠我几个小时的生命。
Wow DevIL tutorial I hate you. My header has ilutGLLoadImage NOT ilutOglLoadImage! AND the part of the header that allowed this chunk of methods to be available was commented out! Someone owes me a couple hours of my life back.