MCPcopy 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
40static SpineTextureLoader* getTextureLoader() {
41 static SpineTextureLoader loader;
42 return &loader;
43}
44
45Atlas::Atlas(Own<spine::Atlas>&& atlas)
46 : _atlas(std::move(atlas)) { }

Callers 2

loadMethod · 0.85
loadAsyncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected