Sets a driver hint, for Xbox One.
public:
HRESULT SetDriverHintX(
UINT Feature,
UINT Value
)
Feature
Type: UINT
[in] A feature to set a hint for, such as tracking of memory statistics, as a bitwise-OR’d combination of D3D12_FEATURE enumeration constants.
Value
Type: UINT
[in] The value of the hint for the feature. 1 indicates that the driver should enable the feature; 0 indicates that the driver should not enable the feature.
Type: HRESULT
One of the Direct3D 12 return codes.
Header: Declared in d3d12_x.h.
Library: Use d3d12_x.lib.