API Documentation
|
#include <VulkanImage.h>
Public Member Functions | |
VulkanImageView (const ConstPointer< VulkanImageData > &data, uint04 aspectFlags, bool create=true) | |
VulkanImageView (VulkanImageView &&old) | |
~VulkanImageView () | |
bool | needsUpdate () const |
void | create () |
VkImageView | vkImageView () const |
void | cleanup () |
VulkanImageView | ( | const ConstPointer< VulkanImageData > & | data, |
uint04 | aspectFlags, | ||
bool | create = true ) |
VulkanImageView | ( | VulkanImageView && | old | ) |
~VulkanImageView | ( | ) |
void cleanup | ( | ) |
void create | ( | ) |
bool needsUpdate | ( | ) | const |
|
inline |