Go to the documentation of this file. 29 #ifndef NVBLASTPREPROCESSORINTERNAL_H 30 #define NVBLASTPREPROCESSORINTERNAL_H 39 #define NVBLASTLL_LOG_ERROR(_logFn, _msg) if (_logFn != nullptr) { _logFn(NvBlastMessage::Error, _msg, __FILE__, __LINE__); } ((void)0) 40 #define NVBLASTLL_LOG_WARNING(_logFn, _msg) if (_logFn != nullptr) { _logFn(NvBlastMessage::Warning, _msg, __FILE__, __LINE__); } ((void)0) 41 #define NVBLASTLL_LOG_INFO(_logFn, _msg) if (_logFn != nullptr) { _logFn(NvBlastMessage::Info, _msg, __FILE__, __LINE__); } ((void)0) 42 #define NVBLASTLL_LOG_DEBUG(_logFn, _msg) if (_logFn != nullptr) { _logFn(NvBlastMessage::Debug, _msg, __FILE__, __LINE__); } ((void)0) 46 #define NVBLASTLL_CHECK_PARAMS (NV_DEBUG || NV_CHECKED) 49 #if NVBLASTLL_CHECK_PARAMS 50 #define NVBLASTLL_CHECK(_expr, _logFn, _msg, _onFail) \ 54 if (_logFn) { _logFn(NvBlastMessage::Error, _msg, __FILE__, __LINE__); } \ 59 #define NVBLASTLL_CHECK(_expr, _logFn, _msg, _onFail) NV_UNUSED(_logFn) 68 #define UINT32_MAX (std::numeric_limits<uint32_t>::max()) 72 #endif // ifndef NVBLASTPREPROCESSORINTERNAL_H