GPU芯片组检测 [英] GPU Chipset Detection

查看:157
本文介绍了GPU芯片组检测的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

寻找在Objective-C或Carbon中检索GPU模型的最有效的方法。我想避免使用system_profiler,因为它很慢,但如果它归结为我愿意使用它,但我想先耗尽其他选项。

解决方案

您可以从OpenGL库中尝试glGetString(GL_RENDERER)。


Seeking most efficient method for retrieving the GPU model in Objective-C or Carbon. I want to avoid using system_profiler because it is slow, but if it comes down to that I am willing to use it, but I wanna exhaust other options first.

解决方案

You could try glGetString(GL_RENDERER) from the OpenGL library.

这篇关于GPU芯片组检测的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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