VenomEngine
Cross-Platform Modern Graphics Engine
Loading...
Searching...
No Matches
venom::vulkan::ImageView Class Reference

Public Member Functions

 ImageView (const ImageView &other)=delete
 
ImageViewoperator= (const ImageView &other)=delete
 
 ImageView (ImageView &&other)
 
ImageViewoperator= (ImageView &&other)
 
vc::Error Create (VkImage image, VkFormat format, VkImageAspectFlags aspectFlags, VkImageViewType viewType=VK_IMAGE_VIEW_TYPE_2D, uint32_t baseMipLevel=0, uint32_t levelCount=1, uint32_t baseArrayLayer=0, uint32_t layerCount=1)
 
VkImageView GetVkImageView () const
 
 operator VkImageView () const
 

The documentation for this class was generated from the following files: