Share via


D3DM_INDEXBUFFER (Windows Embedded CE 6.0)

1/6/2010

This structure contains the contents of the D3DMOP_INDEXBUFFER command token (see D3DM_OPERATION), which instructs the driver to change the current index buffer to a new one.

Syntax

typedef struct _D3DM_INDEXBUFFER {
  ULONG BufferId;
  DWORD Stride;
} D3DM_INDEXBUFFER, * LPD3DM_INDEXBUFFER;

Members

  • BufferId
    A ULONG value that specifies the identification number of the new index buffer.
  • Stride
    A DWORD value that specifies the size, in bytes, of the vertices that are referenced by the index buffer.

Requirements

Header d3dmddk.h
Windows Embedded CE Windows CE 5.0

See Also

Reference

Direct3D Mobile Driver Structures
D3DM_OPERATION