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

Function DrawDebug3d

engine/render/src/render/render.cpp:1308–1314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1306 }
1307
1308 Result DrawDebug3d(HRenderContext context, const FrustumOptions* frustum_options)
1309 {
1310 if (!context->m_DebugRenderer.m_RenderContext) {
1311 return RESULT_INVALID_CONTEXT;
1312 }
1313 return DrawRenderList(context, &context->m_DebugRenderer.m_3dPredicate, 0, frustum_options, SORT_BACK_TO_FRONT);
1314 }
1315
1316 HPredicate NewPredicate()
1317 {

Callers 2

TEST_FFunction · 0.85
ParseCommandsFunction · 0.85

Calls 1

DrawRenderListFunction · 0.85

Tested by 1

TEST_FFunction · 0.68