Assertions and compile-time assertions. More...
Go to the source code of this file.
Namespaces | |
mi | |
Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH. | |
mi::neuraylib | |
Namespace for the MDL API. | |
Constant Groups | |
mi | |
Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH. | |
mi::neuraylib | |
Namespace for the MDL API. | |
Macros | |
#define | mi_neuray_assert(expr) mi_base_assert(expr) |
If expr evaluates to true this macro shall have no effect. More... | |
#define | mi_neuray_assert_msg(expr, msg) mi_base_assert_msg(expr, msg) |
If expr evaluates to true this macro shall have no effect. More... | |
Assertions and compile-time assertions.
See MDL API Assertions.