| 
    HDK
    
   | 
 
#include <RV_TextureCache.h>
Public Attributes | |
| RV_VKImage * | image = nullptr | 
| int | udim_x = 0 | 
| int | udim_y = 0 | 
| int | udim_w = 0 | 
| int | udim_h = 0 | 
| int | op_id = RV_INVALID_OP_ID | 
Definition at line 225 of file RV_TextureCache.h.
| RV_VKImage* RV_TextureCache::Image::image = nullptr | 
Definition at line 228 of file RV_TextureCache.h.
| int RV_TextureCache::Image::op_id = RV_INVALID_OP_ID | 
Definition at line 233 of file RV_TextureCache.h.
| int RV_TextureCache::Image::udim_h = 0 | 
Definition at line 232 of file RV_TextureCache.h.
| int RV_TextureCache::Image::udim_w = 0 | 
Definition at line 231 of file RV_TextureCache.h.
| int RV_TextureCache::Image::udim_x = 0 | 
Definition at line 229 of file RV_TextureCache.h.
| int RV_TextureCache::Image::udim_y = 0 | 
Definition at line 230 of file RV_TextureCache.h.