Posts

Post marked as solved
1 Replies
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 not yet marked as solved
4 Replies
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.