![]() |
Skia
2D Graphics Library
|
Abstract class to report errors when compiling shaders. More...
#include <ShaderErrorHandler.h>
Public Member Functions | |
| virtual | ~ShaderErrorHandler ()=default |
| virtual void | compileError (const char *shader, const char *errors)=0 |
Protected Member Functions | |
| ShaderErrorHandler ()=default | |
| ShaderErrorHandler (const ShaderErrorHandler &)=delete | |
| ShaderErrorHandler & | operator= (const ShaderErrorHandler &)=delete |
Abstract class to report errors when compiling shaders.
|
virtualdefault |
|
protecteddefault |
|
protecteddelete |
|
pure virtual |
|
protecteddelete |