Flutter Impeller
impeller::ShaderLibraryGLES Class Referencefinal

#include <shader_library_gles.h>

Inheritance diagram for impeller::ShaderLibraryGLES:
impeller::ShaderLibrary

Public Member Functions

 ~ShaderLibraryGLES () override
 
bool IsValid () const override
 
- Public Member Functions inherited from impeller::ShaderLibrary
virtual ~ShaderLibrary ()
 

Friends

class ContextGLES
 

Additional Inherited Members

- Public Types inherited from impeller::ShaderLibrary
using RegistrationCallback = std::function< void(bool)>
 
- Protected Member Functions inherited from impeller::ShaderLibrary
 ShaderLibrary ()
 

Detailed Description

Definition at line 19 of file shader_library_gles.h.

Constructor & Destructor Documentation

◆ ~ShaderLibraryGLES()

impeller::ShaderLibraryGLES::~ShaderLibraryGLES ( )
overridedefault

Member Function Documentation

◆ IsValid()

bool impeller::ShaderLibraryGLES::IsValid ( ) const
overridevirtual

Implements impeller::ShaderLibrary.

Definition at line 89 of file shader_library_gles.cc.

89  {
90  return is_valid_;
91 }

Friends And Related Function Documentation

◆ ContextGLES

friend class ContextGLES
friend

Definition at line 28 of file shader_library_gles.h.


The documentation for this class was generated from the following files: