不同显卡上的DirectX功能 [英] DirectX capabilities on different graphics cards

查看:189
本文介绍了不同显卡上的DirectX功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用DirectX 9编写Direct3D应用程序。虽然它可以在我的PC上运行,但我需要使它在各种系统上运行。我需要知道我可以期望在其他系统上看到什么功能。是否有DirectX的列表功能那些图形卡支持?



我找到了一个网站,我将其作为答案发布,但已经过时了。



编辑#1:当然我会在使用它们之前测试所有功能。但是有两种不同的方法可以解决缺少的功能:解决方法或者无法启动。我需要知道有多少人会受到影响,然后我才决定采取哪种方法。

编辑#2:能力我的意思是 D3DCAPS9 IDirect3D9 :: GetDeviceCaps 。这些可以在不同的显卡之间有所不同。

解决方案

有一个DXSDK中的所有主要图形卡功能的Excel电子表格。在SDK的Samples \C ++ \Direct3D\ConfigSystem\CardCaps.xls中找到它。它还给出了所有卡可以支持的最低公分母。

较新的SDK包含新卡的电子表格,而旧版DXSDK包含电子表格旧卡。看来MS正在更新它。您可以根据您的需要进行选择。


I'm writing a Direct3D application, using DirectX 9. Although it works on my PC, I need to make it work on a wide range of systems. I need to know what capabilities I can expect to see on other systems. Is there a list of the DirectX capabilities that graphics cards support?

I've found one site, which I'll post as an answer, but it's a bit out of date.

Edit #1: Of course I will test for all the capabilities before I use them. But there are two different approaches to a missing capability: either workaround it or just fail to start. I need to know how many people will be affected before I decide which approach to take.

Edit #2: By "capabilities" I mean the values in D3DCAPS9 returned by IDirect3D9::GetDeviceCaps. These can (and do) differ amongst different graphics cards.

解决方案

There's an excel spreadsheet of capabilities of all major graphics cards in DXSDK. Find it in the SDK's Samples\C++\Direct3D\ConfigSystem\CardCaps.xls. It also gives the lowest common denominator that all cards can support.

The newer SDKs come with the spreadsheet of newer cards, while the older versions of DXSDK come with the spreadsheet of older cards. It seems MS is keeping updating it. You can choose based on your needs.

这篇关于不同显卡上的DirectX功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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