/* * Copyright 2017 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "src/gpu/ganesh/glsl/GrGLSLVertexGeoBuilder.h" #include "include/private/base/SkAssert.h" #include "src/gpu/ganesh/glsl/GrGLSLProgramBuilder.h" #include "src/gpu/ganesh/glsl/GrGLSLVarying.h" void GrGLSLVertexGeoBuilder::emitNormalizedSkPosition(SkString* out, const char* devPos, SkSLType devPosType) { … } void GrGLSLVertexBuilder::onFinalize() { … }