|
HatchitGraphics
|
Public Member Functions | |
| uint32_t | GetWidth () const |
| Gets the width of the texture. More... | |
| uint32_t | GetHeight () const |
| Gets the height of the texture. More... | |
Protected Attributes | |
| const BYTE * | m_data |
| uint32_t | m_width |
| uint32_t | m_height |
| uint32_t | m_bpp |
| uint32_t | m_channels |
| uint32_t | m_mipLevels |
Friends | |
| class | Texture |
| uint32_t Hatchit::Graphics::TextureBase::GetHeight | ( | ) | const |
Gets the height of the texture.
| uint32_t Hatchit::Graphics::TextureBase::GetWidth | ( | ) | const |
Gets the width of the texture.
1.8.11