|
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 |
| fpreal | aspect = 1.0 |
| int | op_id = RV_INVALID_OP_ID |
Definition at line 233 of file RV_TextureCache.h.
| fpreal RV_TextureCache::Image::aspect = 1.0 |
Definition at line 241 of file RV_TextureCache.h.
| RV_VKImage* RV_TextureCache::Image::image = nullptr |
Definition at line 236 of file RV_TextureCache.h.
| int RV_TextureCache::Image::op_id = RV_INVALID_OP_ID |
Definition at line 242 of file RV_TextureCache.h.
| int RV_TextureCache::Image::udim_h = 0 |
Definition at line 240 of file RV_TextureCache.h.
| int RV_TextureCache::Image::udim_w = 0 |
Definition at line 239 of file RV_TextureCache.h.
| int RV_TextureCache::Image::udim_x = 0 |
Definition at line 237 of file RV_TextureCache.h.
| int RV_TextureCache::Image::udim_y = 0 |
Definition at line 238 of file RV_TextureCache.h.