5 #ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_GLES_SHADER_FUNCTION_GLES_H_
6 #define FLUTTER_IMPELLER_RENDERER_BACKEND_GLES_SHADER_FUNCTION_GLES_H_
10 #include "flutter/fml/macros.h"
11 #include "flutter/fml/mapping.h"
17 class ShaderLibraryGLES;
21 public BackendCast<ShaderFunctionGLES, ShaderFunction> {
31 std::shared_ptr<const fml::Mapping> mapping_;
36 std::shared_ptr<const fml::Mapping> mapping);
45 #endif // FLUTTER_IMPELLER_RENDERER_BACKEND_GLES_SHADER_FUNCTION_GLES_H_