PxAssert.h File Reference
#include "foundation/Px.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.
Classes | |
class | PxAssertHandler |
Defines | |
#define | PX_ASSERT(exp) ((void)0) |
#define | PX_ALWAYS_ASSERT_MESSAGE(exp) ((void)0) |
#define | PX_ASSERT_WITH_MESSAGE(condition, message) ((void)0) |
#define | PX_ALWAYS_ASSERT() PX_ASSERT(0) |
Functions | |
PX_FOUNDATION_API PxAssertHandler & | PxGetAssertHandler () |
PX_FOUNDATION_API void | PxSetAssertHandler (PxAssertHandler &handler) |
Copyright © 2008-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com