Xcode – How do I use gestures inside of a Compositor Layer in Vision OS?
I'm rendering a scene using Metal and I have a custom renderer that's passed into a CompositorLayer. I want to use gestures something like .onTapGesture { print("test") } Currently, the problem is that I can't wrap the CompositorLayer in a…