|
HDK
|
#include <ShaderRenderer.h>
Inheritance diagram for ExceptionRenderError:Public Member Functions | |
| ExceptionRenderError (const string &msg, const StringVec &errorLog=StringVec()) | |
| ExceptionRenderError (const ExceptionRenderError &e) | |
| ExceptionRenderError & | operator= (const ExceptionRenderError &e) |
| const StringVec & | errorLog () const |
Public Member Functions inherited from Exception | |
| Exception (const string &msg) | |
| Exception (const Exception &e) | |
| Exception & | operator= (const Exception &e) |
| virtual | ~Exception () noexcept |
| const char * | what () const noexceptoverride |
An exception that is thrown when a rendering operation fails. Optionally stores an additional error log, which can be used to store and retrieve shader compilation errors.
Definition at line 155 of file ShaderRenderer.h.
|
inline |
Definition at line 158 of file ShaderRenderer.h.
|
inline |
Definition at line 164 of file ShaderRenderer.h.
|
inline |
Definition at line 177 of file ShaderRenderer.h.
|
inline |
Definition at line 170 of file ShaderRenderer.h.