DVUI

uncached

Must be called after install().

Parameters

#
self:*const CacheWidget
*const CacheWidget

Source

Implementation

#
pub fn uncached(self: *const CacheWidget) bool {
    return (self.caching_tex != null or dvui.textureGetCached(self.hash) == null);
}