ID3D12Device::SetDriverHintX Method

Sets a driver hint, for Xbox One.

Syntax

public:
HRESULT SetDriverHintX(
         UINT Feature,
         UINT Value
)  

Parameters

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.

Return value

Type: HRESULT 

One of the Direct3D 12 return codes.

Requirements

Header: Declared in d3d12_x.h.

Library: Use d3d12_x.lib.

See also

Reference

ID3D12Device Interface

ID3D12Device Members