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::neuraylib |
| Namespace for the DiCE 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 DiCE API Assertions.