Skip to main content

Texture2D.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 Texture2D
local texture2d;


texture2d.IncrementUpdateCount()