vOOlkan
An object oriented approach to Vulkan
|
Part of an image where we can actually draw. More...
#include <ImageView.h>
Public Member Functions | |
ImageView (const Image &image, const LogicalDevice &virtualGpu, VkImageAspectFlags type=VK_IMAGE_ASPECT_COLOR_BIT) | |
~ImageView () | |
ImageView (const ImageView &)=delete | |
ImageView (ImageView &&)=default | |
ImageView & | operator= (const ImageView &)=delete |
ImageView & | operator= (ImageView &&)=default |
const VkImageView & | operator+ () const |
Part of an image where we can actually draw.
Vulkan::ImageView::ImageView | ( | const Image & | image, |
const LogicalDevice & | virtualGpu, | ||
VkImageAspectFlags | type = VK_IMAGE_ASPECT_COLOR_BIT |
||
) |
Vulkan::ImageView::~ImageView | ( | ) |
|
delete |
|
default |
const VkImageView & Vulkan::ImageView::operator+ | ( | ) | const |