blob: 1e5064325d33e6ddbc948937c91d058a06f06535 [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/GraphicsPipeline.h"
namespace skgpu {
GraphicsPipeline::GraphicsPipeline() {
}
GraphicsPipeline::~GraphicsPipeline() {
}
} // namespace skgpu