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/mapping.h"
16 class ShaderLibraryGLES;
20 public BackendCast<ShaderFunctionGLES, ShaderFunction> {
30 std::shared_ptr<const fml::Mapping> mapping_;
35 std::shared_ptr<const fml::Mapping> mapping);
44 #endif // FLUTTER_IMPELLER_RENDERER_BACKEND_GLES_SHADER_FUNCTION_GLES_H_