Home
last modified time | relevance | path

Searched defs:IsDebugBuild (Results 1 – 4 of 4) 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.cpp375 bool Engine::IsDebugBuild() in IsDebugBuild() function in Engine
/foundation/graphic/graphic_3d/test/fuzztest/
Dscene_init.cpp81 bool (*IsDebugBuild)() = nullptr; variable
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
Dlume_common.cpp105 bool (*IsDebugBuild)() = nullptr; variable