- 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.