Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ ResourceTypeSetStreaming
Function
ResourceTypeSetStreaming
engine/resource/src/resource_type.cpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void ResourceTypeSetStreaming(HResourceType type, uint32_t preload_size)
90
{
91
type->m_PreloadSize = preload_size;
92
}
93
94
bool ResourceTypeIsStreaming(HResourceType type)
95
{
Callers
2
SetupStreamingResourceTypes
Function · 0.85
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.68