Beatmup
Beatmup::GL::Unsupported Class Reference

Exception communicating the use of an unsupported feature on GPU. More...

#include <bgl.h>

Inheritance diagram for Beatmup::GL::Unsupported:
Beatmup::Exception

Public Member Functions

 Unsupported (const char *info)
 
- 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

Exception communicating the use of an unsupported feature on GPU.

Definition at line 72 of file bgl.h.

Constructor & Destructor Documentation

◆ Unsupported()

Beatmup::GL::Unsupported::Unsupported ( const char *  info)
inline

Definition at line 74 of file bgl.h.

74 : Exception(info) {}
Exception(const char *message)
Definition: exception.h:41

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