SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetWidth()

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

Get this Width.

Returns
Returns the m_Height.

Definition at line 104 of file VulkanImage.h.

104{ return m_Width; }
int m_Width
Image width.

References m_Width.