如何在软件模拟模式下启动OpenGL?
有什么方法可以在软件模拟模式下启动 OpenGL,例如具有参考渲染选项的 DirectX?
Is there any way I can start OpenGL in software emulation mode, like DirectX where there is reference rendering option?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您只是想测试现有的软件,那么有很多技巧......例如:
http://www.opengl.org/discussion_boards/ubbthreads.php ?ubb=showflat&Number=148011
如果您正在编写软件并且能够指定渲染...那么在 windows 中:
来自: http://www.opengl.org/resources/faq/technical/mswindows.htm
对于 linux 或 mac...我必须翻阅真正的书籍...如果您使用的是 linux/Mac,请告诉我
if you are trying to just test your existing software there are a bunch of tricks... like:
http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=showflat&Number=148011
if you are writing software and have the ability to specify the render... then in windows:
from: http://www.opengl.org/resources/faq/technical/mswindows.htm
for linux or mac... I would have to look through real books... let me know if you are on linux/Mac