diff options
author | chai <chaifix@163.com> | 2019-04-01 08:55:57 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-04-01 08:55:57 +0800 |
commit | fa2bf295fa9646a3052ab0498a4577f586eadef0 (patch) | |
tree | 79287245fee3bc95c514af49ef395ba3c84a4104 /source/modules/asura-core/graphics/image.h | |
parent | 72bad342ad75294ae85aac8b2e2e7bea54193c15 (diff) |
*misc
Diffstat (limited to 'source/modules/asura-core/graphics/image.h')
-rw-r--r-- | source/modules/asura-core/graphics/image.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/source/modules/asura-core/graphics/image.h b/source/modules/asura-core/graphics/image.h index 2424ebb..30df8c0 100644 --- a/source/modules/asura-core/graphics/image.h +++ b/source/modules/asura-core/graphics/image.h @@ -56,11 +56,7 @@ namespace AsuraEngine private: - /// - /// һͼƬһݵá - /// - ImageData* mImageData; - Luax::LuaxMemberRef mImageDataRef; + //----------------------------------------------------------------------------// LUAX_DECL_METHOD(_New); LUAX_DECL_METHOD(_Refresh); @@ -70,6 +66,14 @@ namespace AsuraEngine LUAX_DECL_METHOD(_GetPixel); LUAX_DECL_METHOD(_Render); + //----------------------------------------------------------------------------// + + /// + /// һͼƬһݵá + /// + ImageData* mImageData; + Luax::LuaxMemberRef mImageDataRef; + }; } |