Access to GPU Texture Data of Render Output

Hello,

I have been trying to capture the rendered GPU texture data from omniverse viewport. I have tried C++ and Python API of Omniverse-Kit without luck so far. My aim is that, I get the GPU texture handle at the end of rendering so that I can use that texture for post processing e.g. using DirectX or Vulkan. Is it possible ?