fill info for CKBitmapData

This commit is contained in:
2023-09-10 13:23:04 +08:00
parent 138e47cbdc
commit e907c18f35
6 changed files with 189 additions and 3 deletions

View File

@ -78,7 +78,7 @@ namespace LibCmo::VxMath {
*/
class VxImageDescEx {
public:
VxImageDescEx(CK2::CKDWORD height, CK2::CKDWORD width) :
VxImageDescEx(CK2::CKDWORD width, CK2::CKDWORD height) :
m_Width(width), m_Height(height),
//m_RedMask(0), m_GreenMask(0), m_BlueMask(0), m_AlphaMask(0),
m_Image(nullptr){