HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RV_VKImage::Region Struct Reference

#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
 

Detailed Description

Definition at line 471 of file RV_VKImage.h.

Constructor & Destructor Documentation

RV_VKImage::Region::Region ( int  xoffset,
int  xsize 
)
inline

Definition at line 481 of file RV_VKImage.h.

RV_VKImage::Region::Region ( int  xoffset,
int  xsize,
int  yoffset,
int  ysize 
)
inline

Definition at line 485 of file RV_VKImage.h.

RV_VKImage::Region::Region ( int  xoffset,
int  xsize,
int  yoffset,
int  ysize,
int  zoffset,
int  zsize 
)
inline

Definition at line 490 of file RV_VKImage.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: