GPU Chipset Detection

徘徊边缘 提交于 2019-12-24 08:22:52

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/3171529/gpu-chipset-detection

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!