The RenderTexture that is the render destination for the framebuffer snapshot.
To know if we need to update the texture.
A placeholder for temporary copy.
Get the framebuffer texture snapshot.
The renderer for this context.
The framebuffer snapshot.
Create a render texture, provide a render method and an optional clear color.
A reference to the created render texture.
Provide the necessary methods to get a snapshot of the framebuffer into a render texture. Class meant to be used as a singleton. Created with the precious advices of dev7355608.