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

Method addResourceTask

src/gpu/DrawingManager.cpp:132–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void DrawingManager::addResourceTask(PlacementPtr<ResourceTask> resourceTask) {
133 if (resourceTask == nullptr) {
134 return;
135 }
136 resourceTasks.emplace_back(std::move(resourceTask));
137}
138
139void DrawingManager::addAtlasCellCodecTask(const std::shared_ptr<TextureProxy>& textureProxy,
140 const Point& atlasOffset,

Callers 4

createGPUShapeProxyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected