/* * Copyright 2022 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef skgpu_graphite_ComputePipelineDesc_DEFINED #define skgpu_graphite_ComputePipelineDesc_DEFINED #include "src/gpu/graphite/compute/ComputeStep.h" #include <functional> namespace skgpu::graphite { /** * ComputePipelineDesc represents the state needed to create a backend specific ComputePipeline. */ class ComputePipelineDesc { … }; } // namespace skgpu::graphite #endif // skgpu_graphite_ComputePipelineDesc_DEFINED