bool isDirty() const 
Texture has been changed since last check. 
 
bool isValid() const 
Reference to a valid texture. 
 
Opaque reference to a texture stored in the RV_TextureCache. 
 
void getUDIMParms(int &x, int &y, int &w, int &h) const 
Returns the UDIM range of the texture files (eg. (0,0) -> (3,2)) 
 
UT_StringHolder ColorSpace
 
void reset()
Reset the reference to a null handle. 
 
bool isMissingTex() const 
Texture couldn't be found or resolved. 
 
bool isUDIM() const 
Returns true if the reference is to a series of UDIM texture files. 
 
RV_ImageDim getImageDim() const 
Returns texture dimension. 
 
void getRes(int *w, int *h=nullptr, int *d=nullptr) const 
 
bool isPlaceholder() const 
Texture is missing; a default color used instead. 
 
Global cache of vulkan textures sourced from files. 
 
bool isLoading() const 
Texture is currently loading in the background.