8#ifndef skgpu_graphite_GraphicsPipeline_DEFINED
9#define skgpu_graphite_GraphicsPipeline_DEFINED
32#if defined(GRAPHITE_TEST_UTILS)
36 uint32_t fRenderStepID;
38 std::string fSkSLVertexShader;
39 std::string fSkSLFragmentShader;
40 std::string fNativeVertexShader;
41 std::string fNativeFragmentShader;
44 const PipelineInfo& getPipelineInfo()
const {
55#if defined(GRAPHITE_TEST_UTILS)
56 PipelineInfo fPipelineInfo;
const char * getResourceType() const override
GraphicsPipeline(const SharedContext *, PipelineInfo *)
~GraphicsPipeline() override