D3DM_MATERIAL (Windows Embedded CE 6.0)
1/6/2010
This structure contains the contents of the D3DMOP_MATERIAL command token (see D3DM_OPERATION), which instructs the driver to update the current material properties.
Syntax
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
Header | d3dmddk.h |
Windows Embedded CE | Windows CE 5.0 |
See Also
Reference
Direct3D Mobile Driver Structures
D3DM_OPERATION