OMNI_CHECK

Defined in omni/core/Assert.h

OMNI_CHECK

Checks if the given condition is true, if not, the given optional message is printed to stdout and the program is terminated.

Unlike OMNI_ASSERT, this macro runs checks in release builds.

Use this macro to when you fail to provide adequate test coverage.