Retrieves the driver-generated D3D11X_GS_PARAMETERS values used by the previous draw.
public:
void GSGetLastUsedParameters(
D3D11X_GS_PARAMETERS *pGsParameters
)
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.
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.
Header: Declared in d3d11_x.h.
Library: Use d3d11_x.lib.