Beatmup
Beatmup::GpuOperationError Class Reference
Inheritance diagram for Beatmup::GpuOperationError:
Beatmup::Exception

Public Member Functions

 GpuOperationError (const char *info)
 
 GpuOperationError (const char *info, int code)
 
- 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

Definition at line 47 of file pipeline.cpp.

Constructor & Destructor Documentation

◆ GpuOperationError() [1/2]

Beatmup::GpuOperationError::GpuOperationError ( const char *  info)
inline

Definition at line 49 of file pipeline.cpp.

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

◆ GpuOperationError() [2/2]

Beatmup::GpuOperationError::GpuOperationError ( const char *  info,
int  code 
)
inline

Definition at line 50 of file pipeline.cpp.

50 : Exception("%s (error %x)", info, code) {}

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