SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetHeight()

uint32_t Spices::VulkanImage::GetHeight ( ) const
inline

Get this Height.

Returns
Returns the m_Height.

Definition at line 98 of file VulkanImage.h.

98{ return m_Height; }
int m_Height
Image height.

References m_Height.