PxAssert.h File Reference
#include "foundation/Px.h"
#include <assert.h>
Include dependency graph for PxAssert.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
#define | PX_ASSERT(exp) assert(exp) |
#define | PX_ALWAYS_ASSERT_MESSAGE(exp) assert((exp) && false) |
#define | PX_ALWAYS_ASSERT() PX_ASSERT(0) |
Copyright © 2008-2012 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com