|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
Go to the source code of this file.
Macros | |
| #define | FUNCTION_NOT_IMPLEMENTED PLOGW << __func__ << " not implemented at: " << __FILE__ << ":" << __LINE__; |
| #define | FUNCTION_NOT_IMPLEMENTED_F PLOGF << __func__ << " not implemented at: " << __FILE__ << ":" << __LINE__; |
| #define | FUNCTION_NOT_IMPLEMENTED_RETURN PLOGW << __func__ << " not implemented at: " << __FILE__ << ":" << __LINE__; return {}; |
| #define | FUNCTION_NOT_IMPLEMENTED_F_RETURN PLOGF << __func__ << " not implemented at: " << __FILE__ << ":" << __LINE__; return {}; |
| #define | FUNCTION_DEPRECATED PLOGW << __func__ << " not implemented at: " << __FILE__ << ":" << __LINE__; |
| #define | FUNCTION_DEPRECATED_RETURN PLOGW << __func__ << " not implemented at: " << __FILE__ << ":" << __LINE__; return {}; |
| #define FUNCTION_DEPRECATED PLOGW << __func__ << " not implemented at: " << __FILE__ << ":" << __LINE__; |
Definition at line 11 of file FunctionNotImplemented.h.
| #define FUNCTION_DEPRECATED_RETURN PLOGW << __func__ << " not implemented at: " << __FILE__ << ":" << __LINE__; return {}; |
Definition at line 13 of file FunctionNotImplemented.h.
Referenced by EngineCore::AssetManager::addMaterialData().
| #define FUNCTION_NOT_IMPLEMENTED PLOGW << __func__ << " not implemented at: " << __FILE__ << ":" << __LINE__; |
Definition at line 3 of file FunctionNotImplemented.h.
| #define FUNCTION_NOT_IMPLEMENTED_F PLOGF << __func__ << " not implemented at: " << __FILE__ << ":" << __LINE__; |
Definition at line 5 of file FunctionNotImplemented.h.
Referenced by EngineCore::Actor::initComponents().
| #define FUNCTION_NOT_IMPLEMENTED_F_RETURN PLOGF << __func__ << " not implemented at: " << __FILE__ << ":" << __LINE__; return {}; |
Definition at line 9 of file FunctionNotImplemented.h.
| #define FUNCTION_NOT_IMPLEMENTED_RETURN PLOGW << __func__ << " not implemented at: " << __FILE__ << ":" << __LINE__; return {}; |
Definition at line 7 of file FunctionNotImplemented.h.