blob: 0e30fb1be82841ab2614e8c5d49b4c322e792db5 [file] [log] [blame]
/*
* Copyright 2020 Google LLC.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef GrStrokeInstancedShaderImpl_DEFINED
#define GrStrokeInstancedShaderImpl_DEFINED
#include "src/gpu/tessellate/GrStrokeShader.h"
class GrStrokeInstancedShaderImpl : public GrStrokeShaderImpl {
void onEmitCode(EmitArgs&, GrGPArgs*) override;
};
#endif