hasUnifiedMemory
A Boolean value that indicates whether the GPU shares all of its memory with the CPU.
Declaration
var hasUnifiedMemory: Bool { get }Discussion
A GPU with unified memory (true) is typically an integrated GPU. A GPU with dedicated memory (false) may take additional time to synchronize managed resources or copy data into private GPU resources.