Post

Replies

Boosts

Views

Activity

Reply to XCode 13 beta fails to load Metal CoreImage Kernel
It should work when you remove the -I $MTL_HEADER_SEARCH_PATHS part from your custom build rule. Though it is mentioned in the WWDC video, it actually causes problems when MTL_HEADER_SEARCH_PATHS is empty. See this answer to a related question. Usually, you don't need that parameter if you don't have a complicated file graph or external dependencies.
Aug ’21
Reply to Allow PHPicker access to original/unadjusted asset
This is also filed as FB9706029. Thanks for looking into it!
Replies
Boosts
Views
Activity
Oct ’21
Reply to XCode 13 beta fails to load Metal CoreImage Kernel
It should work when you remove the -I $MTL_HEADER_SEARCH_PATHS part from your custom build rule. Though it is mentioned in the WWDC video, it actually causes problems when MTL_HEADER_SEARCH_PATHS is empty. See this answer to a related question. Usually, you don't need that parameter if you don't have a complicated file graph or external dependencies.
Replies
Boosts
Views
Activity
Aug ’21
Reply to CIRAWFilter is never not crashing
Hmm, interesting. I wonder if the filter is not designed to be re-used. Can you please try with rawFilter.previewImage instead of outputImage?
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to CIImageProcessorKernel output texture not allowed as render target on macOS
Also filed as FB9498614.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21