D3DM_MAKE_D3DMVALUE (Windows CE 5.0)
This is an inline function that you can use to convert values to the D3DMVALUE type.
inline D3DMVALUE D3DM_MAKE_D3DMVALUE(D3DMVALUE Value);inline D3DMVALUE D3DM_MAKE_D3DMVALUE(float Value);inline D3DMVALUE D3DM_MAKE_D3DMVALUE(unsigned int Value);inline D3DMVALUE D3DM_MAKE_D3DMVALUE(double Value);
Parameters
- Value
[in] The value to be converted.
Remarks
If the data type being converted is not the same size as D3DMVALUE, each of these functions produces a compile-time assert.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: D3dmtypes.h.
Link Library: Implemented in D3dmtypes.h.
See Also
Direct3D Mobile Functions | D3DMVALUE
Send Feedback on this topic to the authors