ID3D11DeviceContextX::GSGetLastUsedParameters Method

Retrieves the driver-generated D3D11X_GS_PARAMETERS values used by the previous draw.

Syntax

public:
void GSGetLastUsedParameters(
         D3D11X_GS_PARAMETERS *pGsParameters
)  

Parameters

pGsParameters
Type: D3D11X_GS_PARAMETERS *

[in, out] the driver-generated parameter values used by the previous draw, as a pointer to a D3D11X_GS_PARAMETERS structure. Pass-in a non-null pointer. After this method returns, the structure contains the driver-calculated values.

Return value

None.

Remarks

Call this method to retrieve the driver-generated D3D11X_GS_PARAMETERS values used by the previous draw. This method can also be used to query the last values submitted to ID3D11DeviceContextX::GSSetParameters, taking into account any clamping of overridden values by the driver.

Requirements

Header: Declared in d3d11_x.h.

Library: Use d3d11_x.lib.

See also

Reference

ID3D11DeviceContextX Interface

ID3D11DeviceContextX Members