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

Method addResourceProxy

src/gpu/ProxyProvider.cpp:494–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494void ProxyProvider::addResourceProxy(std::shared_ptr<ResourceProxy> proxy,
495 const UniqueKey& uniqueKey) {
496 proxy->context = context;
497 if (!uniqueKey.empty()) {
498 proxyMap[uniqueKey] = proxy;
499 }
500}
501
502} // namespace tgfx

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected