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

Function NeedsResolve

engine/modelc/src/modelimporter.cpp:363–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363bool NeedsResolve(Scene* scene)
364{
365 for (uint32_t i = 0; i < scene->m_Buffers.Size(); ++i)
366 {
367 if (!scene->m_Buffers[i].m_Buffer)
368 return true;
369 }
370 return false;
371}
372
373void EnableDebugLogging(bool enable)
374{

Callers 5

LoadFromBufferInternalFunction · 0.85
LoadGltfFromBufferFunction · 0.85
LoadFromPathFunction · 0.85
LoadSceneFunction · 0.85
TESTFunction · 0.85

Calls 1

SizeMethod · 0.45

Tested by 2

LoadSceneFunction · 0.68
TESTFunction · 0.68