/* * Copyright 2011 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/gl/GrGLGLSL.h" #include "include/gpu/ganesh/gl/GrGLTypes.h" #include "include/private/base/SkAssert.h" #include "src/gpu/ganesh/gl/GrGLUtil.h" #include "src/sksl/SkSLGLSL.h" #include <algorithm> #include <cstdint> bool GrGLGetGLSLGeneration(const GrGLDriverInfo& info, SkSL::GLSLGeneration* generation) { … }