Flutter Engine
The Flutter Engine
|
Public Member Functions | |
void | compileError (const char *shader, const char *errors) override |
void | reset () |
Public Member Functions inherited from skgpu::ShaderErrorHandler | |
virtual | ~ShaderErrorHandler ()=default |
virtual void | compileError (const char *shader, const char *errors) |
virtual void | compileError (const char *shader, const char *errors, bool shaderWasCached) |
Public Attributes | |
TArray< SkString > | fShaders |
TArray< SkString > | fErrors |
Additional Inherited Members | |
Protected Member Functions inherited from skgpu::ShaderErrorHandler | |
ShaderErrorHandler ()=default | |
ShaderErrorHandler (const ShaderErrorHandler &)=delete | |
ShaderErrorHandler & | operator= (const ShaderErrorHandler &)=delete |
Definition at line 149 of file Viewer.cpp.
|
inlineoverridevirtual |
compileError(shader, errors) is kept for backward compatibility with older clients.
Reimplemented from skgpu::ShaderErrorHandler.
Definition at line 151 of file Viewer.cpp.
|
inline |
Definition at line 156 of file Viewer.cpp.
Definition at line 162 of file Viewer.cpp.
Definition at line 161 of file Viewer.cpp.