Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
FunctionNotImplemented.h File Reference
This graph shows which files directly or indirectly include this file:

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 {};

Macro Definition Documentation

◆ FUNCTION_DEPRECATED

#define FUNCTION_DEPRECATED   PLOGW << __func__ << " not implemented at: " << __FILE__ << ":" << __LINE__;

Definition at line 11 of file FunctionNotImplemented.h.

◆ FUNCTION_DEPRECATED_RETURN

#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().

◆ FUNCTION_NOT_IMPLEMENTED

#define FUNCTION_NOT_IMPLEMENTED   PLOGW << __func__ << " not implemented at: " << __FILE__ << ":" << __LINE__;

Definition at line 3 of file FunctionNotImplemented.h.

◆ FUNCTION_NOT_IMPLEMENTED_F

#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().

◆ FUNCTION_NOT_IMPLEMENTED_F_RETURN

#define FUNCTION_NOT_IMPLEMENTED_F_RETURN   PLOGF << __func__ << " not implemented at: " << __FILE__ << ":" << __LINE__; return {};

Definition at line 9 of file FunctionNotImplemented.h.

◆ FUNCTION_NOT_IMPLEMENTED_RETURN

#define FUNCTION_NOT_IMPLEMENTED_RETURN   PLOGW << __func__ << " not implemented at: " << __FILE__ << ":" << __LINE__; return {};

Definition at line 7 of file FunctionNotImplemented.h.