| Index: src/gpu/vk/GrVkPipeline.h
|
| diff --git a/src/gpu/vk/GrVkPipeline.h b/src/gpu/vk/GrVkPipeline.h
|
| index 6bab12791685be7c7456b4feec9375720ca76e77..e1c946a7e73aa2f06f28175554994668662d55c5 100644
|
| --- a/src/gpu/vk/GrVkPipeline.h
|
| +++ b/src/gpu/vk/GrVkPipeline.h
|
| @@ -29,7 +29,8 @@ public:
|
| int shaderStageCount,
|
| GrPrimitiveType primitiveType,
|
| const GrVkRenderPass& renderPass,
|
| - VkPipelineLayout layout);
|
| + VkPipelineLayout layout,
|
| + VkPipelineCache cache);
|
|
|
| VkPipeline pipeline() const { return fPipeline; }
|
|
|
|
|