DVUI

invalidateTextureAtlas

Parameters

#
self:*Entry
*Entry

Source

Implementation

#
pub fn invalidateTextureAtlas(self: *Entry) void {
            if (self.texture_atlas_cache) |tex| {
                dvui.textureDestroyLater(tex);
            }
            self.texture_atlas_cache = null;
        }