MTKView clearcolor doesn't change transparency
To allow alpha transparency or opacity in an MTKView's background color set the isOpaque property of the MTKView to false.
metalView.isOpaque = false
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.