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 189 of file RV_TextureCache.h.
RV_VKImage* RV_TextureCache::Image::image = nullptr |
Definition at line 192 of file RV_TextureCache.h.
int RV_TextureCache::Image::op_id = RV_INVALID_OP_ID |
Definition at line 197 of file RV_TextureCache.h.
int RV_TextureCache::Image::udim_h = 0 |
Definition at line 196 of file RV_TextureCache.h.
int RV_TextureCache::Image::udim_w = 0 |
Definition at line 195 of file RV_TextureCache.h.
int RV_TextureCache::Image::udim_x = 0 |
Definition at line 193 of file RV_TextureCache.h.
int RV_TextureCache::Image::udim_y = 0 |
Definition at line 194 of file RV_TextureCache.h.