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.
Number of dimensions for FFT data.
Syntax
typedef enum D3DX11_FFT_DIM_MASK {
D3DX11_FFT_DIM_MASK_1D = 0x1,
D3DX11_FFT_DIM_MASK_2D = 0x3,
D3DX11_FFT_DIM_MASK_3D = 0x7
} ;
Constants
D3DX11_FFT_DIM_MASK_1D Value: 0x1 One dimension. |
D3DX11_FFT_DIM_MASK_2D Value: 0x3 Two dimensions. |
D3DX11_FFT_DIM_MASK_3D Value: 0x7 Three dimensions. |
Requirements
Requirement | Value |
---|---|
Header | d3dcsx.h |