Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ ResourceTypeSetContext
Function
ResourceTypeSetContext
engine/resource/src/resource_type.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void ResourceTypeSetContext(HResourceType type, void* ctx)
45
{
46
type->m_Context = ctx;
47
}
48
49
void* ResourceTypeGetContext(HResourceType type)
50
{
Callers
1
RegisterResourceTypeCustom
Function · 0.85
Calls
no outgoing calls
Tested by
1
RegisterResourceTypeCustom
Function · 0.68