objc2 icon indicating copy to clipboard operation
objc2 copied to clipboard

Add Metal Performance Shaders

Open tbetcke opened this issue 11 months ago • 1 comments

Hi,

this is a draft pull request to add Metal Performance Shaders.

I am trying to add the MetalPerformanceShaders framework. I have followed some other PRs in how to add frameworks. But when I am running cargo run --bin header-translator I am getting the error message

─ERROR unknown unexposed attribute, name="MPS_ENUM_AVAILABLE_STARTING", fnlike=true

How do I update the libraries to deal with this? My progress so far is visible in this pull request.

tbetcke avatar Mar 17 '24 21:03 tbetcke