Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.cpp
File · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
Calls
1
RunScript
Function · 0.70
Tested by
2
TEST_F
Function · 0.68
TEST_F
Function · 0.68