|
HDK
|
#include <RV_VKImage.h>
Public Member Functions | |
| Region (int xoffset, int xsize) | |
| Region (int xoffset, int xsize, int yoffset, int ysize) | |
| Region (int xoffset, int xsize, int yoffset, int ysize, int zoffset, int zsize) | |
Public Attributes | |
| int32_t | x = 0 |
| int32_t | y = 0 |
| int32_t | z = 0 |
| int32_t | width = 1 |
| int32_t | height = 1 |
| int32_t | depth = 1 |
Definition at line 471 of file RV_VKImage.h.
Definition at line 481 of file RV_VKImage.h.
Definition at line 485 of file RV_VKImage.h.
|
inline |
Definition at line 490 of file RV_VKImage.h.
| int32_t RV_VKImage::Region::depth = 1 |
Definition at line 479 of file RV_VKImage.h.
| int32_t RV_VKImage::Region::height = 1 |
Definition at line 478 of file RV_VKImage.h.
| int32_t RV_VKImage::Region::width = 1 |
Definition at line 477 of file RV_VKImage.h.
| int32_t RV_VKImage::Region::x = 0 |
Definition at line 473 of file RV_VKImage.h.
| int32_t RV_VKImage::Region::y = 0 |
Definition at line 474 of file RV_VKImage.h.
| int32_t RV_VKImage::Region::z = 0 |
Definition at line 475 of file RV_VKImage.h.