Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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

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