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

Method ScratchKey

src/gpu/resources/ResourceKey.cpp:72–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72ScratchKey::ScratchKey(uint32_t* data, size_t count) : ResourceKey(data, count) {
73}
74
75ScratchKey& ScratchKey::operator=(const BytesKey& that) {
76 delete[] data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected