Cinder  0.9.1
Public Member Functions | Protected Member Functions | List of all members
cinder::gl::ShaderPreprocessorExc Class Reference

#include <ShaderPreprocessor.h>

Inherits cinder::gl::Exception.

Public Member Functions

 ShaderPreprocessorExc (const std::string &description)
 
const char * what () const override throw ()
 

Protected Member Functions

void setDescription (const std::string &description)
 

Detailed Description

Exception thrown when there is an error preprocessing the shader source in ShaderPreprocessor.

Constructor & Destructor Documentation

cinder::gl::ShaderPreprocessorExc::ShaderPreprocessorExc ( const std::string &  description)

Member Function Documentation

const char* cinder::Exception::what ( ) const
throw (
)
overrideinherited
void cinder::Exception::setDescription ( const std::string &  description)
protectedinherited

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