So in HDRP 14 (Unity 2022 LTS) I am trying to get the RTHandle that comes after all of the Post Processing is composited.
I wrote a custom pass that runs AfterPostProcess but the texture I end up writing to disk ends up appearing much darker than what's shown on screen.
Are there any pointers on how I can grab the finalBlit (the SRGB texture)?