/* * Copyright 2021 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_GraphicsPipelineDesc_DEFINED #define skgpu_graphite_GraphicsPipelineDesc_DEFINED #include "src/gpu/graphite/Renderer.h" #include "src/gpu/graphite/UniquePaintParamsID.h" namespace skgpu::graphite { /** * GraphicsPipelineDesc represents the state needed to create a backend specific GraphicsPipeline, * minus the target-specific properties that can be inferred from the DrawPass and RenderPassTask. */ class GraphicsPipelineDesc { … }; } // namespace skgpu::graphite #endif // skgpu_graphite_GraphicsPipelineDesc_DEFINED