请问Direct3D和D3DX有什么区别?

来源:百度知道 编辑:UC知道 时间:2024/06/02 01:43:25
msdn文档里把二者是单独列出的,都有各自的interface和structure等等。谢谢!

Direct3D是一种低层图形API,它能让我们利用3D硬件加速来渲染3D世界。

D3DX is a library of utilities for use by DirectX developers to use with their applications.This library makes it easier to use the advanced features。

DirectX 包括 Direct3D, Direct3D和OpenGL一样只是图形接口, DirectX 还包括网络和声音的接口。