aurora.directx.d3d11.d3dcsx

Undocumented in source.

Members

Enums

D3DX11_FFT_CREATE_FLAG
enum D3DX11_FFT_CREATE_FLAG
Undocumented in source.
D3DX11_FFT_DATA_TYPE
enum D3DX11_FFT_DATA_TYPE
Undocumented in source.
D3DX11_FFT_DIM_MASK
enum D3DX11_FFT_DIM_MASK
Undocumented in source.
D3DX11_SCAN_DATA_TYPE
enum D3DX11_SCAN_DATA_TYPE
Undocumented in source.
D3DX11_SCAN_DIRECTION
enum D3DX11_SCAN_DIRECTION
Undocumented in source.
D3DX11_SCAN_OPCODE
enum D3DX11_SCAN_OPCODE
Undocumented in source.

Functions

D3DX11CreateFFT
HRESULT D3DX11CreateFFT(ID3D11DeviceContext pDeviceContext, const(D3DX11_FFT_DESC)* pDesc, uint Flags, D3DX11_FFT_BUFFER_INFO* pBufferInfo, ID3DX11FFT* ppFFT)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DX11CreateFFT1DComplex
HRESULT D3DX11CreateFFT1DComplex(ID3D11DeviceContext pDeviceContext, uint X, uint Flags, D3DX11_FFT_BUFFER_INFO* pBufferInfo, ID3DX11FFT* ppFFT)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DX11CreateFFT1DReal
HRESULT D3DX11CreateFFT1DReal(ID3D11DeviceContext pDeviceContext, uint X, uint Flags, D3DX11_FFT_BUFFER_INFO* pBufferInfo, ID3DX11FFT* ppFFT)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DX11CreateFFT2DComplex
HRESULT D3DX11CreateFFT2DComplex(ID3D11DeviceContext pDeviceContext, uint X, uint Y, uint Flags, D3DX11_FFT_BUFFER_INFO* pBufferInfo, ID3DX11FFT* ppFFT)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DX11CreateFFT2DReal
HRESULT D3DX11CreateFFT2DReal(ID3D11DeviceContext* pDeviceContext, uint X, uint Y, uint Flags, D3DX11_FFT_BUFFER_INFO* pBufferInfo, ID3DX11FFT* ppFFT)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DX11CreateFFT3DComplex
HRESULT D3DX11CreateFFT3DComplex(ID3D11DeviceContext* pDeviceContext, uint X, uint Y, uint Z, uint Flags, D3DX11_FFT_BUFFER_INFO* pBufferInfo, ID3DX11FFT* ppFFT)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DX11CreateFFT3DReal
HRESULT D3DX11CreateFFT3DReal(ID3D11DeviceContext* pDeviceContext, uint X, uint Y, uint Z, uint Flags, D3DX11_FFT_BUFFER_INFO* pBufferInfo, ID3DX11FFT* ppFFT)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DX11CreateScan
HRESULT D3DX11CreateScan(ID3D11DeviceContext pDeviceContext, uint MaxElementScanSize, uint MaxScanCount, ID3DX11Scan* ppScan)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D3DX11CreateSegmentedScan
HRESULT D3DX11CreateSegmentedScan(ID3D11DeviceContext pDeviceContext, uint MaxElementScanSize, ID3DX11SegmentedScan* ppScan)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Interfaces

ID3DX11FFT
interface ID3DX11FFT
Undocumented in source.
ID3DX11Scan
interface ID3DX11Scan
Undocumented in source.
ID3DX11SegmentedScan
interface ID3DX11SegmentedScan
Undocumented in source.

Structs

D3DX11_FFT_BUFFER_INFO
struct D3DX11_FFT_BUFFER_INFO
Undocumented in source.
D3DX11_FFT_DESC
struct D3DX11_FFT_DESC
Undocumented in source.

Variables

D3DX11_FFT_MAX_DIMENSIONS
enum int D3DX11_FFT_MAX_DIMENSIONS;
Undocumented in source.
D3DX11_FFT_MAX_PRECOMPUTE_BUFFERS
enum int D3DX11_FFT_MAX_PRECOMPUTE_BUFFERS;
Undocumented in source.
D3DX11_FFT_MAX_TEMP_BUFFERS
enum int D3DX11_FFT_MAX_TEMP_BUFFERS;
Undocumented in source.

Meta