在较旧的硬件上使用 OpenGL 3x?
所以我最近一直想涉足图形编程的世界。经过几个小时的学习如何使用 OpenGL 非官方 SDK 元素后,我终于能够弄清楚我需要做什么。
不过有一个小问题:我的英特尔显卡(“HD”)无法支持 2.1 以上的 OpenGL。
我也许可以获得新的显卡,但我不确定,所以任何建议都会很好。
So I have been wanting to venture into the world of Graphics programming lately. After hours of learning how to use the OpenGL Unofficial SDK elements, I was finally able to figure out what I needed to do.
Small problem though: My Intel Graphics Card ("HD") can not support OpenGL beyond 2.1.
The book I am reading teaches through OpenGL 3.3 and after from what I can tell. I have heard this book is really good and I want to keep using it, but it seems like my hardware has destroyed my chances, and any other books that I can find are very recent, or were made in the 90s and are very outdated. I am very frustrated, so my question is is there any way I can create modern OpenGL applications on my current setup?
I may be able to get a new Graphics Card, but I am not sure, so any advice would be wonderful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
英特尔高清显卡始终支持新的 OpenGL 扩展。
最好的选择是从主要供应商之一(Nvidia 或 AMD)购买显卡。
Intel HD Graphics has always been behind supporting new OpenGL extensions.
Your best bet is to get a graphics card from one of the major vendors (Nvidia or AMD).
那么如果你的硬件只支持OpenGL 2.1,就使用OpenGL 2.1,那有什么问题呢?当然你可以使用OpenGL。
Well if your hardware supports only OpenGL 2.1, just use OpenGL 2.1, whats the problem with that? Of course you can use OpenGL.