/* * Copyright 2022 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "src/gpu/graphite/task/ClearBuffersTask.h" #include "src/gpu/graphite/CommandBuffer.h" namespace skgpu::graphite { sk_sp<ClearBuffersTask> ClearBuffersTask::Make(skia_private::TArray<BindBufferInfo> clearList) { … } ClearBuffersTask::~ClearBuffersTask(){}; Task::Status ClearBuffersTask::addCommands(Context*, CommandBuffer* commandBuffer, ReplayTargetData) { … } } // namespace skgpu::graphite