PxGpuLoadHook

Defined in include/gpu/PxGpu.h

class PxGpuLoadHook

PxGpuLoadHook.

This is a helper class for loading the PhysXGpu dll. If a PhysXGpu dll with a non-default file name needs to be loaded, PxGpuLoadHook can be sub-classed to provide the custom filenames.

Once the names are set, the instance must be set for use by PhysX.dll using PxSetPhysXGpuLoadHook(),

See also

PxSetPhysXGpuLoadHook()

Public Functions

inline PxGpuLoadHook()
inline virtual ~PxGpuLoadHook()
virtual const char *getPhysXGpuDllName() const = 0