Good afternoon,
When trying to build for watchOS (11.0) I've noticed that Metal/MetalKit isn't supported on watchOS
(Unable to find module dependency: 'MetalKit'
internal import MetalKit)
(Unable to find module dependency: 'MetalPerformanceShaders'
internal import MetalPerformanceShaders)
Is it possible to add support for watchOS without using/requiring Metal?
Thank you and have a great day!
Good afternoon,
When trying to build for watchOS (11.0) I've noticed that Metal/MetalKit isn't supported on watchOS
(Unable to find module dependency: 'MetalKit'
internal import MetalKit)
(Unable to find module dependency: 'MetalPerformanceShaders'
internal import MetalPerformanceShaders)
Is it possible to add support for watchOS without using/requiring Metal?
Thank you and have a great day!