Flutter Engine
The Flutter Engine
SkSLModifiers.h
Go to the documentation of this file.
1/*
2 * Copyright 2020 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
8#ifndef SKSL_MODIFIERS
9#define SKSL_MODIFIERS
10
14
15namespace SkSL {
16
17struct Modifiers {
21};
22
23} // namespace SkSL
24
25#endif
SkSL::Layout fLayout
Definition: SkSLModifiers.h:19
Position fPosition
Definition: SkSLModifiers.h:18
SkSL::ModifierFlags fFlags
Definition: SkSLModifiers.h:20