calling accelerate framework
Posted: Tue Oct 26, 2021 11:36 pm
I came across this bit of code from the forum and got a compile error (says its not found) when running on Big Sur (it worked in Catalina):
Is there a different way of calling it on Big Sur?
Thank you.
Code: Select all
ImportC "/System/Library/Frameworks/Accelerate.framework/Accelerate"
vImageUnpremultiplyData_RGBA8888 (*src, *dest, flags)
EndImport
Thank you.