D3DX11_FFT_DESC structure (d3dcsx.h)

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

See also

D3DCSX 11 Structures