PhysXSDKVersion.h File Reference
Version identifiers for PhysX major release 3. More...
Go to the source code of this file.
Defines | |
#define | SDK_VERSION_NUMBER 300 |
helper Version number, this number should not be trusted for differentiating between different PhysX 3 versions | |
#define | PX_PHYSICS_VERSION_MAJOR 3 |
Major version of PhysX. | |
#define | PX_PHYSICS_VERSION_MINOR 4 |
Minor version of PhysX. | |
#define | PX_PHYSICS_VERSION_BUGFIX 1 |
Bugfix version of PhysX. | |
#define | PX_PHYSICS_VERSION ((PX_PHYSICS_VERSION_MAJOR<<24) + (PX_PHYSICS_VERSION_MINOR<<16) + (PX_PHYSICS_VERSION_BUGFIX<<8) + 0) |
Detailed Description
Version identifiers for PhysX major release 3.
This file is intended to be included by ApexDefs.h
Define Documentation
#define PX_PHYSICS_VERSION ((PX_PHYSICS_VERSION_MAJOR<<24) + (PX_PHYSICS_VERSION_MINOR<<16) + (PX_PHYSICS_VERSION_BUGFIX<<8) + 0) |
The constant PX_PHYSICS_VERSION is used when creating certain PhysX module objects. This is to ensure that the application is using the same header version as the library was built with.
Generated on Fri Dec 15 2017 13:58:35
Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.