pinterf/FFT3dGPU

About supported graphic boards

User9013 opened this issue · 3 comments

I'm trying to run FFT3DGPU on a Radeon RX580, but I get an Access Violation error and it doesn't work.
Please tell me about the graphics cards that FFT3DGPU supports.
Also, the script description is as follows.

LWLibavVideoSource("VideoFile")
FFT3DGPU()
return last

Thank you.

1.) I cannot help about supported cards.
2.) Have you copied the .hlsl file as well?
3.) Did you install DirectX 9 runtime?
https://www.microsoft.com/en-us/download/details.aspx?id=8109

Have you copied the .hlsl file as well?
Yes.

Did you install DirectX 9 runtime?
Even though I had DirectX installed, the plugin was not working.
However, I tried the installer in the link you posted and it works fine.
Thank you very much.

From https://superuser.com/questions/979687/how-can-i-install-directx9-on-windows-10
"While DX12 is backwards compatible with DX9, if software references the DX9 library and not the DX10 or greater library, DX9 is still required to be installed"