Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
This is an inline function that you can use to convert values to the D3DMVALUE type.
Syntax
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
| Header | d3dmtypes.h |
| Library | Implemented in D3dmtypes.h |
| Windows Embedded CE | Windows CE 5.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |