kShowDebugView top-level constant
an immediate mode ui is ran on top of the app that shows important information
(good for debug)
Implementation
const bool kShowDebugView = false;
an immediate mode ui is ran on top of the app that shows important information
(good for debug)
const bool kShowDebugView = false;