Texture
in Unity. Typically, recording from a Texture
requires you to first read the pixel data from the GPU before committing the data to the recorder.Texture
into system memory. They differ based on whether the client is willing to accept a deferred completion of the readback.Texture2D.
AsyncGPUReadback
API for performing an asynchronous readback.TextureInput
class handles synchronous readbacks: