Share via


D3DMPV Values (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

Direct3D Mobile Macros