Share via


Direct3D Device Driver Interface

The Microsoft® Direct3D® device driver interface (DDI) is a graphics interface that allows vendors to provide hardware acceleration for Direct3D. The interface is flexible, allowing vendors to provide Direct3D acceleration according to hardware capabilities. Driver writers implement the Direct3D DDI as an integral part of the display driver.

The topics in this section describe the Direct3D architecture and interface, and provide implementation guidelines for Direct3D driver writers. These topics assume that you are familiar with the Direct3D and Microsoft DirectDraw® application programming interfaces (APIs), and that you have an in-depth understanding of the Microsoft Windows® CE .NET display driver model, including DirectDraw Display Drivers. When using the DirectDraw API set keep the following restrictions in mind.

Note   You can enable both GDI multiple screens and DirectDraw entry points in your display driver. However, there are significant restrictions for using the DirectDraw API set while running multiple screens on your system. Also, the GDI screen rotation cannot be used with DirectDraw. For more information about GDI multiple screens and screen rotation, see the Multiple Screen and Screen Rotation topics under Display Driver Extensions.

All Direct3D drivers for Windows CE .NET and later must conform to the Microsoft DirectX® 8.0 or later Direct3D driver model.

The following topics explain the Direct3D DDI in detail:

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.