In my case this configuration helped:
descriptor.colorAttachments[0].isBlendingEnabled = true
descriptor.colorAttachments[0].rgbBlendOperation = .max
descriptor.colorAttachments[0].sourceRGBBlendFactor = .one
descriptor.colorAttachments[0].destinationRGBBlendFactor = .one
Post
Replies
Boosts
Views
Activity
Yes, I need Catalyst version. That is why NSPanel will not work.As for Stack Overflow answers I don't want to use hacks until I get official answer that this task can not be solved without hacks.