MaterialX 1.38.10
Loading...
Searching...
No Matches
ExceptionRenderError Class Reference

An exception that is thrown when a rendering operation fails. More...

#include <ShaderRenderer.h>

Inheritance diagram for ExceptionRenderError:
Exception

Public Member Functions

 ExceptionRenderError (const string &msg, const StringVec &errorLog=StringVec())
 
 ExceptionRenderError (const ExceptionRenderError &e)
 
ExceptionRenderErroroperator= (const ExceptionRenderError &e)
 
const StringVecerrorLog () const
 
- Public Member Functions inherited from Exception
 Exception (const string &msg)
 
 Exception (const Exception &e)
 
Exceptionoperator= (const Exception &e)
 
const char * what () const noexcept override
 

Detailed Description

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.


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