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

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

问题描述

我正在使用 DirectX 9 编写 Direct3D 应用程序.虽然它可以在我的 PC 上运行,但我需要让它在各种系统上运行.我需要知道我可以在其他系统上看到哪些功能.是否有 DirectX 功能的列表显卡支持吗?

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.

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

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.

编辑 #2:我所说的能力"是指 D3DCAPS9IDirect3D9 返回::GetDeviceCaps.这些可以(并且确实)因不同的显卡而异.

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

推荐答案

DXSDK 中有一个包含所有主要显卡功能的 Excel 电子表格.在 SDK 的 SamplesC++Direct3DConfigSystemCardCaps.xls 中找到它.它还给出了所有卡都可以支持的最小公分母.

There's an excel spreadsheet of capabilities of all major graphics cards in DXSDK. Find it in the SDK's SamplesC++Direct3DConfigSystemCardCaps.xls. It also gives the lowest common denominator that all cards can support.

较新的 SDK 带有较新卡片的电子表格,而较旧版本的 DXSDK 带有较旧卡片的电子表格.似乎 MS 正在不断更新它.您可以根据自己的需要进行选择.

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天全站免登陆