MDL SDK API nvidia_logo_transpbg.gif Up
assert.h File Reference

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 MDL SDK 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...
 

Detailed Description

Assertions and compile-time assertions.

See MDL SDK API Assertions.