D3DMPV Values

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

These macros define flags used in calls to the IDirect3DMobileDevice::ProcessVertices method.

Syntax

#define D3DMPV_DONOTCOPYDATA  (1 << 0)
#define D3DMPV_VALID          D3DMPV_DONOTCOPYDATA

Remarks

The following table shows the individual D3DMPV values.

Value Description

D3DMPV_DONOTCOPYDATA

Indicates that vertex data not affected by a vertex operation should not be copied into the destination buffer.

D3DMPV_VALID          

Used as a mask to validate combinations of the other flags.

Requirements

Header d3dmtypes.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Direct3D Mobile Macros