ARView postprocess pipeline alternative for visionOS

Hello!

On iOS with ARView we have postProcess to apply image effects including shaders directly onto camera output.

Apparently, ARView isn't available for visionOS at least for now so I wonder is there any way to achieve the same here?

Thanks.

according https://developer.apple.com/documentation/visionos/bringing-your-arkit-app-to-visionos which states: “You can’t use Metal to create 3D content that integrates with the person’s surroundings. This restriction prevents apps from sampling pixels of the person’s surroundings, which might contain sensitive information.” This will not be possible due to privacy reasons. Maybe Apple developer people can react whether this will be possible in the future?

Thanks! I hope that eventually, it'd be possible to just pass a specific shader into the system. Shader signature restrictions probably could help to maintain user privacy.

ARView postprocess pipeline alternative for visionOS
 
 
Q