#include <shader_function_gles.h>
Public Member Functions | |
| ~ShaderFunctionGLES () override | |
| const std::shared_ptr< const fml::Mapping > & | GetSourceMapping () const |
Public Member Functions inherited from impeller::ShaderFunction | |
| virtual | ~ShaderFunction () |
| ShaderStage | GetStage () const |
| const std::string & | GetName () const |
| std::size_t | GetHash () const override |
| bool | IsEqual (const ShaderFunction &other) const override |
Additional Inherited Members | |
Static Public Member Functions inherited from impeller::BackendCast< ShaderFunctionGLES, ShaderFunction > | |
| static ShaderFunctionGLES & | Cast (ShaderFunction &base) |
| static const ShaderFunctionGLES & | Cast (const ShaderFunction &base) |
| static ShaderFunctionGLES * | Cast (ShaderFunction *base) |
| static const ShaderFunctionGLES * | Cast (const ShaderFunction *base) |
Protected Member Functions inherited from impeller::ShaderFunction | |
| ShaderFunction (UniqueID parent_library_id, std::string name, ShaderStage stage) | |
Definition at line 18 of file shader_function_gles.h.
|
overridedefault |
| const std::shared_ptr< const fml::Mapping > & impeller::ShaderFunctionGLES::GetSourceMapping | ( | ) | const |
Definition at line 20 of file shader_function_gles.cc.