Assertions and compile-time assertions. More...
Go to the source code of this file.
Namespaces | |
namespace | mi |
Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH. | |
namespace | mi::math |
Namespace for the Math API. | |
Macros | |
#define | mi_math_assert(expr) mi_base_assert(expr) |
Math API assertion macro (without message). More... | |
#define | mi_math_assert_msg(expr, msg) mi_base_assert_msg(expr, msg) |
Math API assertion macro (with message). More... | |
#define | mi_math_assert_enabled |
Indicates whether assertions are actually enabled. More... | |
Assertions and compile-time assertions.
See Math API Assertions.