Removed GLAD from CMake project

Replaced GL integer and size typedefs with native types.
This commit is contained in:
2022-09-21 18:18:13 -07:00
parent d3912a9ffe
commit 4be16e3ddc
14 changed files with 41 additions and 63 deletions

View File

@@ -49,7 +49,7 @@ protected:
uint32_t m_iWidth;
uint32_t m_iHeight;
GLenum m_internalFormat;
unsigned int m_internalFormat;
bool m_bHasAlpha;
std::list<KRDataBlock*> m_blocks;