MCPcopy Create free account
hub / github.com/defold/defold / enable_debug_printf

Function enable_debug_printf

engine/dlib/src/basis/transcoder/basisu_transcoder.cpp:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 bool g_debug_printf;
206
207 void enable_debug_printf(bool enabled)
208 {
209 g_debug_printf = enabled;
210 }
211
212 void debug_printf(const char* pFmt, ...)
213 {

Callers 1

BasisUEncodeInternalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected