MaterialX 1.39.1
|
An exception that is thrown when a rendering operation fails. More...
#include <ShaderRenderer.h>
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) |
const char * | what () const noexcept override |
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.