How to make a Metal fragment shader change alpha transparency
To make a Metal fragment shader show alpha transparency, update the settings of the MTLPipelineDescriptor's first color attachment.
Within the Apple Ecosystem, a Metal render pipeline state isn't initially set to make a fragment shader show alpha as expected.
To make the alpha channel work as expected, update the color attachment to the settings found below.
Looking to learn more about things you can do with Swift, Metal and XCode ?
Search our blog to find educational content on learning how to use Swift, Metal and XCode.
Any Questions?
We are actively looking for feedback on how to improve this resource. Please send us a note to inquiries@delasign.com with any thoughts or feedback you may have.