什么是Windows 8的OpenGL版本? [英] What is the OpenGL version of the Windows 8?

查看:117
本文介绍了什么是Windows 8的OpenGL版本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好!



我想知道Windows 8的OpenGL版本。

我检查过OpenGL版本Windows 7的版本是3.1。



有什么方法可以检查Windows 8的OpenGL版本吗?或者

有关版本号的任何信息吗?



提前致谢。

Hello!

I want to know about the OpenGL version of the Windows 8.
I've checked that the OpenGL version of the Windows 7 is 3.1.

Any way to check the OpenGL version of the Windows 8? or
Any information about the version number?

Thanks in advance.

推荐答案

请调用glGetString(GL_VERSION)获取OpenGL的版本。



GL_VERSION字符串以版本号开头。版本号使用以下形式之一:



major_number.minor_number major_number.minor_number.release_number



供应商 - 特定信息可能遵循版本号。它的格式取决于实现,但是空格总是将版本号和特定于供应商的信息分开。



其他软件可以获取OpenGL等opengl功能的详细信息扩展查看器也可用。

http://www.realtech-vr.com/glview/



OpenGL版本可能会改变基于显卡和驱动程序的操作系统。

最好在你的应用程序中调用glGetString(),或使用其他软件来获取opengl版本。
Please call glGetString( GL_VERSION ) to get the version of OpenGL.

The GL_VERSION strings begin with a version number. The version number uses one of these forms:

major_number.minor_number major_number.minor_number.release_number

Vendor-specific information may follow the version number. Its format depends on the implementation, but a space always separates the version number and the vendor-specific information.

Other Softwares to get the detailed information of opengl features like OpenGL Extension viewer is also available.
http://www.realtech-vr.com/glview/

OpenGL version may change in an Operating system based on the graphics card and driver available.
Its better to call glGetString() in your application, or use other software to get the opengl version.


这篇关于什么是Windows 8的OpenGL版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆