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

Function RenderListBegin

engine/render/src/render/render.cpp:227–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 }
226
227 void RenderListBegin(HRenderContext render_context)
228 {
229 render_context->m_RenderList.SetSize(0);
230 render_context->m_RenderListSortIndices.SetSize(0);
231 render_context->m_RenderListDispatch.SetSize(0);
232 render_context->m_RenderListRanges.SetSize(0);
233 }
234
235 HRenderListDispatch RenderListMakeDispatch(HRenderContext render_context, RenderListDispatchFn dispatch_fn, RenderListVisibilityFn visibility_fn, void* user_data)
236 {

Callers 11

RenderProfilerFunction · 0.85
QueueProfilerMethod · 0.85
StepFrameFunction · 0.85
QueueTextAndCopyVerticesFunction · 0.85
TEST_FFunction · 0.85
RenderCollectionFunction · 0.85
TEST_FFunction · 0.85
TEST_PFunction · 0.85
WaitForTestsDoneMethod · 0.85

Calls 1

SetSizeMethod · 0.45

Tested by 9

QueueProfilerMethod · 0.68
QueueTextAndCopyVerticesFunction · 0.68
TEST_FFunction · 0.68
RenderCollectionFunction · 0.68
TEST_FFunction · 0.68
TEST_PFunction · 0.68
WaitForTestsDoneMethod · 0.68