Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |