Beatmup
Beatmup::ImageShader::NoSource Class Reference

Expection thrown if no shader source is provided. More...

#include <image_shader.h>

Inheritance diagram for Beatmup::ImageShader::NoSource:
Beatmup::Exception

Public Member Functions

 NoSource ()
 
- Public Member Functions inherited from Beatmup::Exception
virtual const char * what () const NOEXCEPT override
 

Additional Inherited Members

- Protected Member Functions inherited from Beatmup::Exception
 Exception (const char *message)
 
template<typename ... Args>
 Exception (const char *message, const Args &... args)
 

Detailed Description

Expection thrown if no shader source is provided.

Definition at line 119 of file image_shader.h.

Constructor & Destructor Documentation

◆ NoSource()

Beatmup::ImageShader::NoSource::NoSource ( )
inline

Definition at line 121 of file image_shader.h.

121 : Exception("Layer shader has no source code") {}
Exception(const char *message)
Definition: exception.h:41

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