MCPcopy Create free account
hub / github.com/Tencent/tgfx / GlobalCache

Method GlobalCache

src/gpu/GlobalCache.cpp:33–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31static constexpr uint16_t VerticesPerAAQuad = 8;
32
33GlobalCache::GlobalCache(Context* context) : context(context) {
34}
35
36std::shared_ptr<Program> GlobalCache::findProgram(const BytesKey& programKey) {
37 auto result = programMap.find(programKey);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected