RenderTexture.IncrementUpdateCount()
Increment the update counter. Call this method when you update a Texture from the GPU side, or you want to explicitly increment the counter.
Usage
---@type RenderTexture
local rendertexture;
rendertexture.IncrementUpdateCount()