How can you run a full-screen compute pass on the final rendered frame of RealityKit to add, for example, a glowing effect to some objects, or, say, apply a sepia filter?
This is possible in SceneKit with SCNTechnique
, but I can't find the equivalent on RealityKit.