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.
FFT creation flags.
Syntax
typedef enum D3DX11_FFT_CREATE_FLAG {
D3DX11_FFT_CREATE_FLAG_NO_PRECOMPUTE_BUFFERS = 0x01L
} ;
Constants
D3DX11_FFT_CREATE_FLAG_NO_PRECOMPUTE_BUFFERS Value: 0x01L Do not AddRef or Release temp and precompute buffers, caller is responsible for holding references to these buffers. |
Requirements
Requirement | Value |
---|---|
Header | d3dcsx.h |