次の方法で共有


D3DM_PROCESSVERTICES (Windows CE 5.0)

Send Feedback

This structure contains the contents of the D3DMOP_PROCESSVERTICES command token (see D3DM_OPERATION), which informs the driver that it should transform and light a series of vertices based on the current texture and lighting states.

typedef struct _D3DM_PROCESSVERTICES {  DWORD SrcStartIndex;  DWORD DestIndex;  DWORD VertexCount;  ULONG DestBufferId;  DWORD Flags;} D3DM_PROCESSVERTICES, * LPD3DM_PROCESSVERTICES;

Members

  • SrcStartIndex
    A DWORD value that specifies the first vertex to process in the current vertex buffer.
  • DestIndex
    A DWORD value that specifies the position in the destination vertex buffer where the first processed vertex should be stored. Subsequent vertices in the series will be stored incrementally from this index.
  • VertexCount
    A DWORD value specifying the number of vertices that will be processed.
  • DestBufferId
    A ULONG value that contains the address of the destination vertex buffer.
  • Flags
    A DWORD value containing one or more flags from the D3DMPV Values.

Requirements

OS Versions: Windows CE 5.0
Header: D3dmddk.h.

See Also

Direct3D Mobile Driver Structures | D3DM_OPERATION | D3DMPV Values

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.