sphynx-owner / JFA_driven_motion_blur_addon

an addon containing a jump flood algorithm driven motion blur compositor effect for Godot 4.3 beta
236 stars 8 forks source link

macOS Support #1

Closed rbwldrf closed 4 months ago

rbwldrf commented 4 months ago

So, I tried running this add-on on my M2 MacBook Air, and during the pipeline creation, it returns error -1000012000. Now I Googled this error, and apparently it has to do with the fact that Metal doesn't support doubles in shaders? Could the be fixed by just using floats, or if you want to keep the precision, by using two floats, one for the high part and the other for the low?

rbwldrf commented 4 months ago

This has been fixed as of 6eb5a55