Working with Apple Vision Pro SDK. When trying to reference MTKView in MetalKit I get MTKView is unavailable in xrOS.
I am trying to run the 'Pipeline to Render Primitives' code sample to discover MetalKit in VisionOS simulator. The MetalKit is available under visionOS in general but I see that MTKView is not specifically available. How can I run this sample code for visionOS? Is there different Metal sample code available for visionOS to try?