D3DDDIARG_RENDERSTATE structure (d3dumddi.h)

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

Syntax

typedef struct _D3DDDIARG_RENDERSTATE {
  [in] D3DDDIRENDERSTATETYPE State;
  [in] UINT                  Value;
} D3DDDIARG_RENDERSTATE;

Members

[in] State

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.

[in] Value

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.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header d3dumddi.h (include D3dumddi.h)

See also

SetRenderState