SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetImage()

VkImage & Spices::VulkanImage::GetImage ( )
inline

@breif Get this VkImage.

Returns
Returns VkImage reference.

Definition at line 86 of file VulkanImage.h.

86{ return m_Image; }
VkImage m_Image
The VkImage this Class Wrapped.