[Improvement] (MG_Util/Misc): Replace byte array with 64-bit bitmap in IndexGenerator.

This commit is contained in:
BZLZHH
2025-07-25 12:40:38 +08:00
parent e79a2fa809
commit 5962499147
2 changed files with 51 additions and 24 deletions
+1 -1
View File
@@ -89,7 +89,7 @@
typedef int android_LogPriority;
inline int __android_log_print(int prio, const char* tag, const char* fmt, ...) { }
inline int __android_log_print(int prio, const char* tag, const char* fmt, ...) { return 0; }
#endif
#include "MG_Util/GLExtensions.h"