#include "NvBlastPreprocessor.h"Go to the source code of this file.
Defines | |
| #define | NVBLAST_ALWAYS_ASSERT() NVBLAST_ASSERT(0) |
| #define | NVBLAST_ALWAYS_ASSERT_MESSAGE(message) ((void)0) |
| #define | NVBLAST_ASSERT(exp) ((void)0) |
| #define | NVBLAST_ASSERT_WITH_MESSAGE(condition, message) ((void)0) |
Functions | |
| NVBLAST_API void | NvBlastAssertHandler (const char *expr, const char *file, int line, bool &ignore) |
| #define NVBLAST_ALWAYS_ASSERT | ( | ) | NVBLAST_ASSERT(0) |
| #define NVBLAST_ALWAYS_ASSERT_MESSAGE | ( | message | ) | ((void)0) |
| #define NVBLAST_ASSERT | ( | exp | ) | ((void)0) |
| #define NVBLAST_ASSERT_WITH_MESSAGE | ( | condition, | |||
| message | ) | ((void)0) |
| NVBLAST_API void NvBlastAssertHandler | ( | const char * | expr, | |
| const char * | file, | |||
| int | line, | |||
| bool & | ignore | |||
| ) |