Home
last modified time | relevance | path

Searched defs:IsDebugBuild (Results 1 – 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/src/
Dversion.cpp24 CORE_PUBLIC bool IsDebugBuild() { return true; } in IsDebugBuild() function
26 CORE_PUBLIC bool IsDebugBuild() { return false; } in IsDebugBuild() function
Dengine.cpp378 bool Engine::IsDebugBuild() in IsDebugBuild() function in Engine
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
Dlume_common.cpp95 bool (*IsDebugBuild)() = nullptr; variable