Skip to content

Latest commit

 

History

History
76 lines (61 loc) · 2.61 KB

ns-d3dumddi-_d3dddiarg_multiplytransform.md

File metadata and controls

76 lines (61 loc) · 2.61 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:d3dumddi._D3DDDIARG_MULTIPLYTRANSFORM
_D3DDDIARG_MULTIPLYTRANSFORM (d3dumddi.h)
The D3DDDIARG_MULTIPLYTRANSFORM structure describes how to modify the current transform.
display\d3dddiarg_multiplytransform.htm
display
05/10/2018
D3DDDIARG_MULTIPLYTRANSFORM structure
D3DDDIARG_MULTIPLYTRANSFORM, D3DDDIARG_MULTIPLYTRANSFORM structure [Display Devices], UMDisplayDriver_param_Structs_9bae119f-aead-46d7-8a10-18cd6e227102.xml, _D3DDDIARG_MULTIPLYTRANSFORM, d3dumddi/D3DDDIARG_MULTIPLYTRANSFORM, display.d3dddiarg_multiplytransform
d3dumddi.h
D3dumddi.h
Windows
Available in Windows Vista and later versions of the Windows operating systems.
Windows
D3DDDIARG_MULTIPLYTRANSFORM
_D3DDDIARG_MULTIPLYTRANSFORM
d3dumddi/_D3DDDIARG_MULTIPLYTRANSFORM
D3DDDIARG_MULTIPLYTRANSFORM
d3dumddi/D3DDDIARG_MULTIPLYTRANSFORM
APIRef
kbSyntax
HeaderDef
d3dumddi.h
_D3DDDIARG_MULTIPLYTRANSFORM
D3DDDIARG_MULTIPLYTRANSFORM

_D3DDDIARG_MULTIPLYTRANSFORM structure

-description

The D3DDDIARG_MULTIPLYTRANSFORM structure describes how to modify the current transform.

-struct-fields

-field TransformType [in]

A D3DTRANSFORMSTATETYPE-typed value that indicates the type of the transform that is being modified. This member can be one of the following values.

Value Meaning
D3DTRANSFORMSTATE_PROJECTION Projection transformation
D3DTRANSFORMSTATE_VIEW View transformation
D3DTRANSFORMSTATE_WORLD World transformation

-field Matrix [in]

A D3DMATRIX structure that describes the matrix that is used to modify the current transform. For more information about D3DMATRIX, see the Microsoft Windows SDK documentation.

-remarks

The Microsoft Direct3D runtime uses D3DDDIARG_MULTIPLYTRANSFORM in a call to the user-mode display driver's MultiplyTransform function to inform the driver about modifications to the various transformation matrices.

-see-also

MultiplyTransform