Flutter Engine
The Flutter Engine
SkSLModuleData.h
Go to the documentation of this file.
1/*
2 * Copyright 2024 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_MODULEDATA
9#define SKSL_MODULEDATA
10
11#include <string>
12
13namespace SkSL {
14
15enum class ModuleName {
27};
28
29std::string GetModuleData(ModuleName name, const char* filename);
30
31} // namespace SkSL
32
33#endif // SKSL_MODULEDATA
std::string GetModuleData(ModuleName name, const char *filename)
DEF_SWITCHES_START aot vmservice shared library name
Definition: switches.h:32