Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
SkSLContext.cpp
Go to the documentation of this file.
1/*
2 * Copyright 2021 Google LLC
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
9
11#ifdef SK_DEBUG
12#include "src/sksl/SkSLPool.h"
13#endif
14
15namespace SkSL {
16
18 : fTypes(types)
19 , fErrors(&errors) {
21}
22
26
27} // namespace SkSL
28
#define SkASSERT(cond)
Definition SkAssert.h:116
Context(const BuiltinTypes &types, ErrorReporter &errors)
static bool IsAttached()
Definition SkSLPool.cpp:44