Partager via


Graphics Technologies

Windows CE provides two APIs dedicated to hardware-accelerated graphics. They are DirectDraw for 2-D graphics and Direct3D for 3-D graphics.

Both of these APIs are intended for platforms that have specific hardware and driver support. In many cases, DirectDraw and Direct3D will emulate in software API calls that are not supported in hardware. When you are planning your project, you should remember that almost any software emulation comes with a significant performance penalty.

See Also

Direct3D Summary | DirectDraw Summary | Multimedia Technologies

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.