SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetView()

VkImageView & Spices::VulkanImage::GetView ( uint32_t mipLevel = 0)
inline

@breif Get VkImageView of this VkImage. Need Create before call this API.

Parameters
[in]mipLevelSpecific mipmap.
Returns
Returns VkImageView reference.

Definition at line 80 of file VulkanImage.h.

80{ return m_ImageViews[mipLevel]; }
std::vector< VkImageView > m_ImageViews
The image view.