|
HDK
|
RAII wrapper class for VkImageView. More...
#include <RV_VKImage.h>
Public Member Functions | |
| VkImageView | getVkView () |
| Access the vulkan resource for the view. More... | |
| RV_VKImageView () | |
| RV_VKImageView (RV_Instance *inst, VkImageView vk_view) | |
| RV_VKImageView (const RV_VKImageView &)=delete | |
| RV_VKImageView & | operator= (RV_VKImageView &)=delete |
| RV_VKImageView (RV_VKImageView &&other) noexcept | |
| RV_VKImageView & | operator= (RV_VKImageView &&other) noexcept=delete |
| void | destroy (RV_Instance *inst) |
| ~RV_VKImageView () | |
RAII wrapper class for VkImageView.
Definition at line 314 of file RV_VKImage.h.
|
inline |
Definition at line 321 of file RV_VKImage.h.
|
inline |
Definition at line 324 of file RV_VKImage.h.
|
delete |
|
inlinenoexcept |
Definition at line 333 of file RV_VKImage.h.
| RV_VKImageView::~RV_VKImageView | ( | ) |
| void RV_VKImageView::destroy | ( | RV_Instance * | inst | ) |
|
inline |
Access the vulkan resource for the view.
Definition at line 318 of file RV_VKImage.h.
|
delete |
|
deletenoexcept |