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.
Describes an FFT.
Syntax
typedef struct D3DX11_FFT_DESC {
UINT NumDimensions;
UINT ElementLengths[D3DX11_FFT_MAX_DIMENSIONS];
UINT DimensionMask;
D3DX11_FFT_DATA_TYPE Type;
} D3DX11_FFT_DESC;
Members
NumDimensions
Type: UINT
Number of dimension in the FFT.
ElementLengths[D3DX11_FFT_MAX_DIMENSIONS]
Type: UINT[D3DX11_FFT_MAX_DIMENSIONS]
Length of each dimension in the FFT.
DimensionMask
Type: UINT
Combination of D3DX11_FFT_DIM_MASK flags indicating the dimensions to transform.
Type
Type: D3DX11_FFT_DATA_TYPE
D3DX11_FFT_DATA_TYPE flag indicating the type of data being transformed.
Requirements
Requirement | Value |
---|---|
Header | d3dcsx.h |