mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-10-13 04:05:23 +00:00
[engine] [cocos2d-x] [jsb-adapter] 适配引擎 v2.4.12 版本
This commit is contained in:
@@ -112,6 +112,13 @@ public:
|
||||
*/
|
||||
bool supportsETC2() const;
|
||||
|
||||
/** Whether or not ASTC Texture Compressed is supported.
|
||||
*
|
||||
*
|
||||
* @return Is true if supports ASTC Texture Compressed.
|
||||
*/
|
||||
bool supportsASTC() const;
|
||||
|
||||
/** Whether or not S3TC Texture Compressed is supported.
|
||||
*
|
||||
* @return Is true if supports S3TC Texture Compressed.
|
||||
@@ -264,6 +271,7 @@ protected:
|
||||
bool _supportsPVRTC;
|
||||
bool _supportsETC1;
|
||||
bool _supportsETC2;
|
||||
bool _supportsASTC;
|
||||
bool _supportsS3TC;
|
||||
bool _supportsATITC;
|
||||
bool _supportsNPOT;
|
||||
|
Reference in New Issue
Block a user