Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These macros define flags used in calls to the IDirect3DMobileDevice::ProcessVertices method.
#define D3DMPV_DONOTCOPYDATA (1 << 0)
#define D3DMPV_VALID D3DMPV_DONOTCOPYDATA
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
OS Versions: Windows CE 5.0 and later.
Header: D3dmtypes.h.
See Also
Send Feedback on this topic to the authors