Skip to content

Latest commit

 

History

History
66 lines (54 loc) · 2.33 KB

ns-d3dumddi-_d3dddiarg_renderstate.md

File metadata and controls

66 lines (54 loc) · 2.33 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_RENDERSTATE
_D3DDDIARG_RENDERSTATE (d3dumddi.h)
The D3DDDIARG_RENDERSTATE structure describes how to update a specific render state.
display\d3dddiarg_renderstate.htm
display
05/10/2018
D3DDDIARG_RENDERSTATE structure
D3DDDIARG_RENDERSTATE, D3DDDIARG_RENDERSTATE structure [Display Devices], UMDisplayDriver_param_Structs_4d558ee2-a265-4973-90d4-917170d01ef3.xml, _D3DDDIARG_RENDERSTATE, d3dumddi/D3DDDIARG_RENDERSTATE, display.d3dddiarg_renderstate
d3dumddi.h
D3dumddi.h
Windows
Available in Windows Vista and later versions of the Windows operating systems.
Windows
D3DDDIARG_RENDERSTATE
_D3DDDIARG_RENDERSTATE
d3dumddi/_D3DDDIARG_RENDERSTATE
D3DDDIARG_RENDERSTATE
d3dumddi/D3DDDIARG_RENDERSTATE
APIRef
kbSyntax
HeaderDef
d3dumddi.h
_D3DDDIARG_RENDERSTATE
D3DDDIARG_RENDERSTATE

_D3DDDIARG_RENDERSTATE structure

-description

The D3DDDIARG_RENDERSTATE structure describes how to update a specific render state.

-struct-fields

-field State [in]

A D3DDDIRENDERSTATETYPE-typed value that indicates the render state to be updated. For a definition of each value, see the corresponding value of the D3DRENDERSTATETYPE enumeration type in the DirectX documentation.

-field Value [in]

The value to which the driver should update the render state that is identified by the State member. For more information about values that can be updated for each render state, see the definition of the corresponding render state in the D3DRENDERSTATETYPE enumeration type in the DirectX documentation.

-see-also

SetRenderState