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

Function InitRenderScriptInstance

engine/render/src/render/render_script.cpp:3503–3506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3501 }
3502
3503 RenderScriptResult InitRenderScriptInstance(HRenderScriptInstance instance)
3504 {
3505 return RunScript(instance, RENDER_SCRIPT_FUNCTION_INIT, 0x0);
3506 }
3507
3508 struct DispatchContext
3509 {

Callers 3

engine.cppFile · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls 1

RunScriptFunction · 0.70

Tested by 2

TEST_FFunction · 0.68
TEST_FFunction · 0.68