Skip to content

Api > Texture > IncrementUpdateCount()


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()