Any way to blit one texture to another?

Godot Version

4.5

Question

Hi. Is there any cheap way to blit (copy) the content of one texture to another. For example, copy the content of current frame buffer from main root viewport texture to an arbitrary temporary render texture to be used as an input for certain full screen animation effects.

I tried searching the docs and

Best to use sub viewports.

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