Share via


D3DM_MATERIAL (Windows CE 5.0)

Send Feedback

This structure contains the contents of the D3DMOP_MATERIAL command token (see D3DM_OPERATION), which instructs the driver to update the current material properties.

typedef struct _D3DM_MATERIAL {  D3DMMATERIAL Material;  D3DMFORMAT Format;} D3DM_MATERIAL, * LPD3DM_MATERIAL;

Members

  • Material
    A D3DMMATERIAL structure that specifies the new material.
  • Format
    An element of the D3DMFORMAT enumeration that specifies the new surface format for the material.

Requirements

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

See Also

Direct3D Mobile Driver Structures | D3DM_OPERATION | D3DMMATERIAL | D3DMFORMAT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.