axmol/core/math
halx99 bfe167121e Add cmake option AX_GLES_PROFILE
Valid value of AX_GLES_PROFILE: 0, 200, 300

By default, the AX_GLES_PROFILE is:

- android: 200, allow axmol apps runs on: API 17 Android 4.2+ devices
- winuwp: 300
- Win32/linux/osx/ios/tvos: 0

For ios/tvos, will forcing AX_GLES_PROFILE to 300 if AX_GLES_PROFILE not 0
2023-08-14 20:40:05 +08:00
..
AffineTransform.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
AffineTransform.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
CMakeLists.txt Add cmake option AX_GLES_PROFILE 2023-08-14 20:40:05 +08:00
FastRNG.h Migrate [skip ci] 2022-10-18 19:13:40 +08:00
Mat3.h Add cmake option AX_GLES_PROFILE 2023-08-14 20:40:05 +08:00
Mat4.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Mat4.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Mat4.inl Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
Math.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
MathBase.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
MathUtil.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
MathUtil.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
MathUtil.inl Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
MathUtilNeon.inl Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
MathUtilNeon64.inl Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
MathUtilSSE.inl Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
Quaternion.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Quaternion.h Migrate more macors 2022-07-16 10:43:05 +08:00
Quaternion.inl Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
Rect.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Rect.h Final migrate (#876) 2022-10-01 16:24:52 +08:00
TransformUtils.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
TransformUtils.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Vec2.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Vec2.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Vec2.inl Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
Vec3.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Vec3.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Vec3.inl Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
Vec4.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Vec4.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Vec4.inl Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
Vertex.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Vertex.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00