Skip to main content

Texture.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 Texture
local texture;


texture.IncrementUpdateCount()