| 74 | |
| 75 | unsigned int GetWidth() const { return m_Width; } |
| 76 | unsigned int GetHeight() const { return m_Height; } |
| 77 | unsigned int GetNumChannels() const { return m_NumChannels; } |
| 78 | unsigned int GetNumElements() const { return GetWidth() * GetHeight() * GetNumChannels(); } |
| 79 | unsigned int GetSizeInBytes() const { return GetNumElements() * GetSingleElementSizeInBytes(); } |
no outgoing calls
no test coverage detected