Antialiasing (Windows Embedded CE 6.0)

1/6/2010

Microsoft® Direct3D Mobile® allows for multisample antialiasing. The IDirect3DMobileDevice::Present method down samples the back buffer by the given multiple into the front buffer.

The antialiasing multiple is specified as part of the presentation parameters at device creation time. The application specifies one of the members of the D3DMMULTISAMPLE_TYPE enumeration in the MultiSampleType member of the D3DMPRESENT_PARAMETERS structure.

See Also

Concepts

Screen Operations