Castor3D 0.16.0
Multiplatform 3D engine
|
Classes | |
class | castor::LoaderException |
Resource loading exception. More... | |
Namespaces | |
namespace | castor |
Macros | |
#define | CU_LoaderError(text) throw castor::LoaderException{ text, __FILE__, __FUNCTION__, uint32_t( __LINE__ ) } |
Helper macro to use LoaderException. | |
#define CU_LoaderError | ( | text | ) | throw castor::LoaderException{ text, __FILE__, __FUNCTION__, uint32_t( __LINE__ ) } |
Helper macro to use LoaderException.
Referenced by castor::Writer< DataT, StreamT >::operator()(), and castor::Loader< T, FT >::operator()().