Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ script_texture_load
Function
script_texture_load
ogsr_engine/xrGame/base_client_classes_script.cpp:215–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
void script_texture_load(ITexture* t, const char* name)
216
{
217
t->Unload();
218
t->Load(name);
219
}
220
221
void ITextureScript::script_register(lua_State* L)
222
{
Callers
nothing calls this directly
Calls
2
Unload
Method · 0.45
Load
Method · 0.45
Tested by
no test coverage detected