Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ OnReloadRenderScriptInstance
Function
OnReloadRenderScriptInstance
engine/render/src/render/render_script.cpp:3594–3597 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3592
}
3593
3594
void OnReloadRenderScriptInstance(HRenderScriptInstance render_script_instance)
3595
{
3596
RunScript(render_script_instance, RENDER_SCRIPT_FUNCTION_ONRELOAD, 0x0);
3597
}
3598
}
Callers
1
ResourceReloadedCallback
Function · 0.85
Calls
1
RunScript
Function · 0.70
Tested by
no test coverage detected