blob: 016fcff2ae94c00602e5476394dd6f6e9c999781 [file] [log] [blame]
/*
* Copyright 2021 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "experimental/graphite/src/RenderPipeline.h"
namespace skgpu {
RenderPipeline::RenderPipeline() {
}
RenderPipeline::~RenderPipeline() {
}
} // namespace skgpu