Relative Content

Tag Archive for swiftswiftuisynchronizationmetal

SwiftUI with Metal synchronize issue

I am writing a SwiftUI with Metal project on macOS, and that drawing the screen capture on external monitor with renderer in SwiftUI. I uses triple buffering with semaphore for synchronizing the CPU and GPU drawing, but there is something wrong.