#include "foundation/Px.h"
#include "foundation/PxErrors.h"
Go to the source code of this file.
Classes | |
class | PxFoundation |
Foundation SDK singleton class. More... | |
Namespaces | |
namespace | physx |
Functions | |
PX_C_EXPORT PX_FOUNDATION_API physx::PxFoundation *PX_CALL_CONV | PxCreateFoundation (physx::PxU32 version, physx::PxAllocatorCallback &allocator, physx::PxErrorCallback &errorCallback) |
Creates an instance of the foundation class. | |
PX_C_EXPORT PX_FOUNDATION_API physx::PxFoundation &PX_CALL_CONV | PxGetFoundation () |
Retrieves the Foundation SDK after it has been created. | |
PX_C_EXPORT PX_FOUNDATION_API physx::PxProfilerCallback *PX_CALL_CONV | PxGetProfilerCallback () |
Get the callback that will be used for all profiling. | |
PX_C_EXPORT PX_FOUNDATION_API void PX_CALL_CONV | PxSetProfilerCallback (physx::PxProfilerCallback *profiler) |
Set the callback that will be used for all profiling. |