// d3dumddi.h
typedef struct _D3DDDIARG_RENDERSTATE {
[in] D3DDDIRENDERSTATETYPE State;
[in] UINT Value;
} D3DDDIARG_RENDERSTATE;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DDDIARG_RENDERSTATE structure describes how to update a specific render state.
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.
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.