Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
GrGLGLSL.h
Go to the documentation of this file.
1/*
2 * Copyright 2011 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#ifndef GrGLGLSL_DEFINED
9#define GrGLGLSL_DEFINED
10
11#include "src/sksl/SkSLGLSL.h"
12
13struct GrGLDriverInfo;
14
15/**
16 * Gets the most recent GLSL Generation compatible with the OpenGL context.
17 */
19
20#endif
bool GrGLGetGLSLGeneration(const GrGLDriverInfo &, SkSL::GLSLGeneration *generation)
Definition GrGLGLSL.cpp:12
GLSLGeneration
Definition SkSLGLSL.h:15