skip to Main Content

Xcode – Metal kernel function not found

I am trying to use Metal Performance Shaders with Core Image. Unfortunately, the filter code is in Objective C and I am using the bridge to make it work with the Swift project. My-Project-Bridging-Header.h #import "MyCustomFilter.h" MyCustomFilter.h #import <CoreImage/CoreImage.h> @interface…

VIEW QUESTION
Back To Top
Search