ID3DX11FFT::SetForwardScale method (d3dcsx.h)

Sets the scale used for forward transforms.

Syntax

HRESULT SetForwardScale(
  [in] FLOAT ForwardScale
);

Parameters

[in] ForwardScale

Type: FLOAT

The scale to use for forward transforms. Setting ForwardScale to 0 causes the default values of 1 to be used.

Return value

Type: HRESULT

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

Remarks

SetForwardScale sets the scale used by ID3DX11FFT::ForwardTransform.

Requirements

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

See also

ID3DX11FFT