其他语言

本类阅读TOP10

·基于Solaris 开发环境的整体构思
·使用AutoMake轻松生成Makefile
·BCB数据库图像保存技术
·GNU中的Makefile
·射频芯片nRF401天线设计的分析
·iframe 的自适应高度
·BCB之Socket通信
·软件企业如何实施CMM
·入门系列--OpenGL最简单的入门
·WIN95中日志钩子(JournalRecord Hook)的使用

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
系统集成 -- System Integration

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

    下面的插图显示了 Microsoft® Direct3D®、 Microsoft Windows® 图形设备接口(GDI)、硬件抽象层(HAL)和硬件之间的关系。

The following diagram shows the relationships between Microsoft® Direct3D®, the Microsoft Windows® Graphics Device Interface (GDI), the hardware abstraction layer (HAL), and the hardware.


Relationship diagram

    正如上面的插图所示,Direct3D 应用程序在 GDI 应用程序旁边,他们都可以通过显示设备驱动访问图形设备。与 GDI  不同,在 HAL 设备确定后,Direct3D 可以利用硬件特性。HAL 设备提供了基于显卡特性的硬件加速。您可以在程序运行过程中,通过 Direct3D  提供的方法来检查设备是否能完成相关的操作。

As the preceding diagram shows, Direct3D applications exist alongside GDI applications and both have access to the graphics hardware through the device driver for the graphics card. Unlike GDI, Direct3D can take advantage of hardware features when a HAL device is selected. HAL devices provide hardware acceleration based on the feature set supported by the graphics card. You are provided with a Direct3D method to determine at run time if a device is capable of the task.

    查看更多受 Direct3D 支持的设备,请查看设备类型

For more information about devices supported by Direct3D, see Device Types.




相关文章

相关软件