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

Method OpsRenderTask

src/gpu/tasks/OpsRenderTask.h:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26class OpsRenderTask : public RenderTask {
27 public:
28 OpsRenderTask(std::shared_ptr<RenderTargetProxy> renderTargetProxy,
29 PlacementArray<DrawOp>&& drawOps, std::optional<Color> clearColor)
30 : renderTargetProxy(std::move(renderTargetProxy)), drawOps(std::move(drawOps)),
31 clearColor(clearColor) {
32 }
33
34 void execute(CommandEncoder* encoder) override;
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected