Render To Texture Workflow

History

“If possible, you want to render directly into the texture created by the runtime”

Based on that suggestion, the swapchain images which are created the OpenXR runtime has to be used during the rendering?
I mean, the OpenXR workflow is the opposite of the OpenVR workflow when the rendered textures can be submitted to the compositor?

Thank you,
Peter

Yes, I believe that is correct. The compositor/runtime knows better how to allocate a texture/buffer that will perform well, so the runtime is the one responsible for doing it.

Thank you Ryan.
Then I try to modify my renderer plugin to support that kind of workflow as well.
I’ll get back with the results

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.