ID3DX11SegmentedScan::SetScanDirection method (d3dcsx.h)

Sets which direction to perform scans in.

Syntax

HRESULT SetScanDirection(
  [in] D3DX11_SCAN_DIRECTION Direction
);

Parameters

[in] Direction

Type: D3DX11_SCAN_DIRECTION

Direction to perform scans in. See D3DX11_SCAN_DIRECTION.

Return value

Type: HRESULT

Returns one of the return codes described in the topic Direct3D 11 Return Codes.

Remarks

SetScanDirection sets the direction ID3DX11SegmentedScan::SegScan will performed scans in.

Requirements

Requirement Value
Target Platform Windows
Header d3dcsx.h
Library D3dcsx.lib

See also

ID3DX11SegmentedScan