/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Engine/Foundation/Platform/Android/Assert_Platform.inl
13 строк
466 B
Jan Krassnigg
Further refactor of platform specific code (#1415)
23 окт 2024, 21:36
Не верифицирован
23 окт 2024, 21:36
8b313ab
Код
Авторство
О чём код?
bool ezDefaultAssertHandler_Platform(const char* szSourceFile, ezUInt32 uiLine, const char* szFunction, const char* szExpression, const char* szAssertMsg, const char* szTemp) { EZ_IGNORE_UNUSED(szSourceFile); EZ_IGNORE_UNUSED(uiLine); EZ_IGNORE_UNUSED(szFunction); EZ_IGNORE_UNUSED(szExpression); EZ_IGNORE_UNUSED(szAssertMsg); EZ_IGNORE_UNUSED(szTemp); // always do a debug-break // in release-builds this will just crash the app return true; }