Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getTextureLoader
Function
getTextureLoader
Source/Cache/AtlasCache.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
};
39
40
static SpineTextureLoader* getTextureLoader() {
41
static SpineTextureLoader loader;
42
return &loader;
43
}
44
45
Atlas::Atlas(Own<spine::Atlas>&& atlas)
46
: _atlas(std::move(atlas)) { }
Callers
2
load
Method · 0.85
loadAsync
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected