Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ ResourceTypeIsStreaming
Function
ResourceTypeIsStreaming
engine/resource/src/resource_type.cpp:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
bool ResourceTypeIsStreaming(HResourceType type)
95
{
96
return type->m_PreloadSize != RESOURCE_INVALID_PRELOAD_SIZE;
97
}
98
99
uint32_t ResourceTypeGetPreloadSize(HResourceType type)
100
{
Callers
3
CreateAndLoadResource
Function · 0.85
DoReloadResource
Function · 0.85
DoLoadResource
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected